nn::ac::CTR::GetConnectingNintendoZoneBeaconSubset Function

Syntax

Result GetConnectingNintendoZoneBeaconSubset(
     NintendoZoneBeaconSubset * beacon
);

Arguments

Name Description
out beacon Pointer for writing a zone beacon.

Return Values

The result.

Value Description
Result::IsSuccess Completed without error.
ResultInvalidData NULL was specified as an argument.
ResultNotConnecting Not connected to a network.
ResultInvalidLocation Not connected to a Nintendo Zone.
A value other than the above. Failed for reasons other than those given above.

Description

Gets information on the currently connected Nintendo Zone.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL