nn::ac::CTR NamespaceThe namespace of the library used to connect to a CTR access point.
(This namespace can also be written without the ::CTR portion.)
nn::ac::CTR::ResultDenyUsbAp
|
Indicates that a connection to a Nintendo Wi-Fi USB Connector was denied. |
|---|
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. |
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 which nn::os::Event is notified upon disconnection from an access point. |
CONFIDENTIAL