nn::dlp::CTR::Server::GetClientStatus Member Function

Syntax

static nn::Result GetClientStatus(
     ClientStatus * pClientStatus,
     u16 nodeId
);

Arguments

Name Description
out pClientStatus Returns the client status, including client information, state, and download progress.
in nodeId Specifies the client's node ID.

Return Values

Returns the result of the operation.

Description

Gets the client status, download progress, and other information.

This function can be used after the OpenSessions function has succeeded as long as the state is not SERVER_STATE_ERROR.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL