nn::dlp::CTR::ClientStatus Structurestruct ClientStatus
{
u16 nodeId;
SessionType sessionType;
ClientState state;
size_t totalNum;
size_t downloadedNum;
};
Client state and download progress.
| nodeId | Node ID. | |
|---|---|---|
| sessionType | Participating download session types. | |
| state | Client states. | |
| totalNum | Total number that must be downloaded (number of packets) | |
| downloadedNum | Number that has been downloaded (number of packets) |
CONFIDENTIAL