GetConnectingNodes

nn::dlp::CTR::FakeClient::GetConnectingNodes Member Function

Syntax

static nn::Result GetConnectingNodes(
     u8 * pNum,
     u16 * pNodeIds,
     u16 size
);

Parameters

Name Description
out pNum Returns the number of node IDs stored in pNodeIds.
out pNodeIds Returns the node IDs.
in size Specifies the number of elements in pNodeIds.

Return Values

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

Value Description
Result::IsSuccess The node ID 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).

Description

Gets the node IDs of the nodes currently connected to the network.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL