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

Syntax

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

Arguments

Name Description
out pNodeInfo[NODE_MAX] Where user information is stored. 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
Result::IsSuccess The network information has been obtained successfully.
ResultMalformedData It is possible that the data has been tampered with and therefore could not be obtained.
ResultInvalidData Could not get data because data is invalid.
ResultWirelessOff Entered wireless-disabled mode. Re-initialization is required.
A value other than the above Failed for reasons other than those given above.

Description

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

Revision History

2012/04/02
Added ResultInvalidNodeIdData to Return Values.
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