nn::ac Namespace

Description

The AC namespace.

Namespaces

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

Classes

nn::ac::ResultAlreadyInitialized Indicates that initialization was attempted for a process that is already initialized. The class has a reference counter of the number of times 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 due to insufficient memory.
nn::ac::ResultAlreadyExists Indicates that a request could not be continued when an asynchronous process was already running and another 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::ResultBrokenNand Indicates that the NAND device is damaged or malfunctioning and cannot operate properly.
nn::ac::ResultBrokenWireless Indicates that the Wi-Fi device is damaged or malfunctioning and cannot operate properly.
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 invalid.
nn::ac::ResultFailedDhcp Indicates a failed attempt to get an IP address via 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::ResultFailedHotspotLogout Indicates that hotspot authentication logout failed.
nn::ac::ResultUnsupportPlace Indicates that connection failed because the system is in a physical location where the application cannot use the Internet.
nn::ac::ResultAlreadyConnectUnsupportAp Indicates that connection failed because the system is already connected to an unsupported access point.
nn::ac::ResultFailedScan Indicates that scanning failed.
nn::ac::ResultAlreadyConnecting Indicates that a connection attempt was made but the system is already connected.
nn::ac::ResultNotConnecting Indicates that connection is not yet completed.
nn::ac::ResultAlreadyExclusive Indicates that the resource for which exclusivity was attempted is already exclusive.
nn::ac::ResultNotExclusive Indicates that the attempt at exclusivity is not yet completed.
nn::ac::ResultInvalidLocation Indicates execution from an invalid location.
nn::ac::ResultLanConnected Indicates that a connection in LAN mode is established.
nn::ac::ResultWanConnected Indicates that a connection in WAN mode is established.
nn::ac::ResultUnnecessaryHotspotLogout Indicates that no hotspot logout is needed.

Enumerated Types

Description Displays error details.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL