GetClientInfo

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

Syntax

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

Parameters

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

Return Values

The following Result values are returned as the result of the operation.

Value Description
Result::IsSuccess The client information was obtained successfully.
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.
ResultNoData No client with the specified node ID is connected.

Description

Gets the client's information.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL