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

Syntax

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

Arguments

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

Return Values

Returns the result of the operation.

Description

Gets the connected node's information.

Use this function only while the local host is connected to a server (from the CLIENT_STATE_WAITING_INVITE state through to the CLIENT_STATE_REBOOTING state).

Revision History

2010/08/16
Initial version.

CONFIDENTIAL