NNResult ACInitialize()
Initialise the Auto Connect library.
NNResult ACGetAssignedAddress(uint32_t *ip)
Gets the IP address assosciated with the currently active connection.
NNResult ACClose()
Closes connections made with ACConnect.
uint32_t ACConfigId
An ID number representing a network configuration.
void ACFinalize()
Cleanup the Auto Connect library.
NNResult ACGetCloseStatus()
NNResult ACIsApplicationConnected(BOOL *connected)
Checks whether the console is currently connected to a network.
NNResult ACConnectWithConfigId(ACConfigId configId)
Connects to a network, using the configuration represented by the given ACConfigId.
NNResult ACGetStartupId(ACConfigId *configId)
Gets the default connection configuration id.
NNResult ACConnect()
Connects synchronically to a network, using the default configuration May be blocking until the conso...
NNResult ACConnectAsync()
Connects asynchronically to a network, using the default configuration.
Result structure for nn libraries.