GetNodeInfo

nn::dlp::CTR::FakeClient::GetNodeInfo Member Function

Syntax

static nn::Result GetNodeInfo(
     NodeInfo * pNodeInfo,
     u16 nodeId
);

Parameters

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

Return Values

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

Value Description
Result::IsSuccess The node information was obtained successfully.
ResultInvalidState The state is invalid. Use when connected to a server (from the CLIENT_STATE_WAITING_INVITE state through to the CLIENT_STATE_REBOOTING state).
ResultNoData There is no node with the specified node ID.

Description

Gets the information for the nodes connected to the network.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL