nn::ac Namespace

Description

The namespace of the library used to connect to an access point.

Namespace

nn::ac::CTR The namespace of the library used to connect to a CTR access point. (This namespace can also be written without the ::CTR portion.)

Classes

nn::ac::ResultDebugOnly Occurs when a function that can only be used in a debug or development build is called from a release build.
nn::ac::ResultAlreadyInitialized Indicates that initialization was attempted for a process that is already initialized. The class has a reference counter that records the number of times it is initialized, and it must be released the same number of times.
nn::ac::ResultNotInitialized Indicates that releasing was attempted for a process that was already released.
nn::ac::ResultCanceled Indicates that the process was canceled.
nn::ac::ResultInvalidData Indicates the existence of invalid data.
nn::ac::ResultInvalidArgumentOutOfRange Indicates that the argument specified was out of range.
nn::ac::ResultOutOfMemory Indicates that processing could not continue because of insufficient memory.
nn::ac::ResultAlreadyExists Indicates that a request could not be continued because an asynchronous process was already running and another process was called.
nn::ac::ResultNotAgreeEula Indicates cancellation because the user has not agreed to the EULA.
nn::ac::ResultWifiOff Indicates that communication is not possible because the system is in wireless-disabled mode.
nn::ac::ResultNotFoundAccessPoint Indicates that the system attempted to connect using the Connect or ConnectAsync functions, but no access point was found.
nn::ac::ResultFailedStartup Indicates that wireless device initialization failed.
nn::ac::ResultFailedConnectAp Indicates that a connection to the access point failed for some reason.
nn::ac::ResultInvalidKeyValue Indicates that a connection to an access point was attempted but the encryption key is incorrect. There is no guarantee that this Result will always be returned when the encryption key is incorrect.
nn::ac::ResultFailedDhcp Indicates a failed attempt to get an IP address by using DHCP.
nn::ac::ResultConflictIpAddress Indicates that the obtained IP address has a conflict.
nn::ac::ResultUnsupportAuthAlgorithm Indicates that the local host attempted to connect to an access point that uses an unsupported encryption method.
nn::ac::ResultInvalidDns Indicates that name resolution failed.
nn::ac::ResultInvalidProxy Indicates that a connection to the proxy server failed.
nn::ac::ResultFailedConnTest Indicates that a connection to the HTTP server failed.
nn::ac::ResultUnsupportHotspot Indicates that there was an attempt to connect from an unsupported hotspot.
nn::ac::ResultFailedHotspotAuthentication Indicates that hotspot authentication failed.
nn::ac::ResultFailedHotspotConntest Indicates that a connection to the HTTP server failed after hotspot authentication.
nn::ac::ResultUnsupportPlace Indicates that the connection failed because the system is physically located where the application cannot use the Internet.
nn::ac::ResultFailedScan Indicates that scanning failed.
nn::ac::ResultAlreadyConnecting A process tried to establish a connection while it was already connected. Otherwise, a process tried to cancel a connection while it was already connected.
nn::ac::ResultNotConnecting Indicates that connection is not yet completed.
nn::ac::ResultInvalidLocation Indicates execution from an invalid location.
nn::ac::ResultLanConnected Indicates that a LAN connection is established.
nn::ac::ResultWanConnected Indicates that a WAN connection is established.
nn::ac::ResultProcessing Indicates that processing is occurring.

Enumerated Types

Description Displays error details.

Revision History

2011/09/15
Standardized notation for wireless-disabled mode.
Fixed a typo.
2010/06/14
Initial version.

CONFIDENTIAL