nn::dlp::CTR::Server::GetClientInfo Member Function

Syntax

static nn::Result GetClientInfo(
     NodeInfo * pClientInfo,
     u16 nodeId
);

Arguments

Name Description
pClientInfo
in nodeId Specifies the client's node ID.
out pNodeInfo Returns the client's information.

Return Values

Returns the result of the operation.

Description

Gets the client's 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