nn::uds::CTR::NetworkDescriptionReader::GetNodeInformationList Member Function

Syntax

nn::Result GetNodeInformationList(
     NodeInformation pNodeInfo[NODE_MAX]
);

Arguments

Name Description
out pNodeInfo[NODE_MAX] User information storage. Specify an array sized to the maximum number of connections allowed for this network. The data will only be stored if the user information was acquired correctly.

Return Values

Returns the function's execution result.

Description

Gets the user information from scan results for the nodes connected to the network.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL