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

The following Results are returned as the result of the operation.

Value Description
ResultSuccess Getting the client status succeeded.
ResultInvalidState The state is invalid. This function can be used after the OpenSessions function has succeeded (SERVER_STATE_OPENED_SESSIONS) as long as the state is not SERVER_STATE_ERROR. Clients with the node ID specified with ResultNoData are not connected.

Description

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

Revision History

2010/08/16
Initial version.

CONFIDENTIAL