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. Returns one of the Result values listed below.
Value Description
ResultSuccess The network information has been obtained successfully.
ResultMalformedData It is possible that the data has been tampered with and therefore could not be obtained.
ResultWirelessOff Transitioned to wireless OFF mode. Re-initialization is required.
A value other than the above. Failed for reasons other than those given above.

Description

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

Revision History

2010/10/15
Expanded the information on the return values. Revised the Description to make it easier to understand.
2010/06/14
Initial version.

CONFIDENTIAL