nn::ac::CTR Namespace

Description

The CTR AC namespace.
(This namespace can also be written without the ::CTR portion.)

Classes

nn::ac::CTR::ResultDenyUsbAp Indicates that a connection to a Nintendo Wi-Fi USB Connector was denied.

Enumerated Types

ApType Enumerated type indicating the type of access point to connect to.
NetworkArea Enumerated type indicating the connection level to request of the access point to connect to.
SecurityMode Enumerated type indicating an access point's authentication method.
LinkLevel Enumerated type that represents the communication quality (link level).

typedef Definitions

Config Structure storing the automatic connection settings.
NintendoZoneBeaconSubset A structure that stores beacon data for Nintendo Zone.
HotspotSubset A structure that stores hotspot information.

Functions

Initialize Initializes an automatic connection.
Finalize Releases an automatic connection.
IsInitialized Gets whether an automatic connection has been initialized.
CreateDefaultConfig Creates general connection conditions.
DebugSetApType Specifies types of access points for network connections.
DebugSetNetworkArea Specifies the level of the network connection request.
Connect Starts an automatic connection.
ConnectAsync Starts an asynchronous automatic connection.
GetConnectResult Gets the processing results after establishing an asynchronous automatic connection.
CancelConnectAsync Cancels processing if an automatic connection process is under way.
GetLinkLevel Gets the signal strength of the currently connected access point.
DebugSetNetworkSetting1 Configures network configuration 1.
Close Closes an established automatic connection.
CloseAsync Closes an asynchronously established automatic connection.
GetCloseResult Gets the processing results after closing an asynchronously established automatic connection.
GetLastErrorCode Gets an error code for the last error to occur during an automatic connection.
GetLastDetailErrorCode Gets a detailed error code for the last error to occur during an automatic connection.
IsConnected Gets a value indicating whether the system is connected to an access point.
GetConnectingNetworkArea Gets whether the currently connected access point is a WAN connection or a LAN connection.
GetConnectingApType Gets the type of the currently connected access point.
GetConnectingNintendoZoneBeaconSubset Gets information on the currently connected Nintendo Zone.
GetConnectingHotspotSubset Gets information on the currently connected hotspot.
RegisterDisconnectEvent Sets what nn::os::Event is notified upon disconnection from an access point.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL