Result structure for nn libraries.
void ACFinalize()
Cleanup the Auto Connect library.
NNResult ACConnectWithConfigId(ACConfigId configId)
Connects to a network, using the configuration represented by the given ACConfigId.
uint32_t ACConfigId
An ID number representing a network configuration.
NNResult ACGetStartupId(ACConfigId *configId)
Gets the default connection configuration id.
NNResult ACInitialize()
Initialise the Auto Connect library.
NNResult ACGetAssignedAddress(uint32_t *ip)
Gets the IP address assosciated with the currently active connection.