nn::uds::CTR::NetworkDescriptionReader::GetNetworkDescription Member Function

Syntax

nn::Result GetNetworkDescription(
     NetworkDescription * pNetworkDescription
);

Arguments

Name Description
out pNetworkDescription Network information storage location. The data will only be stored if the network 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.
A value other than the above. Failed for reasons other than those given above.

Description

Gets the network information from scan results.

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