nn::dlp::CTR::ClientStatus Structure

Syntax

struct ClientStatus
{
   u16 nodeId;
   SessionType sessionType;
   ClientState state;
   u16 totalBlockNum;
   u16 downloadedBlockNum;
};

Description

Client state and download progress.

Member Variables

nodeId Node ID.
sessionType Participating download session types.
state Client states.
totalBlockNum Total number of blocks to download. (The block is of size NETWORK_BLOCK_BUFFER_SIZE. It is a communication unit unique to Download Play.)
downloadedBlockNum Number of downloaded blocks.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL