nn::dlp::CTR::ClientStatus Structure

Syntax

struct ClientStatus
{
   u16 nodeId;
   SessionType sessionType;
   ClientState state;
   size_t totalNum;
   size_t downloadedNum;
};

Description

Client state and download progress.

Member Variables

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)

Revision History

2010/08/16
Initial version.

CONFIDENTIAL