wut v1.8.0
Wii U Toolchain
|
Go to the source code of this file.
Typedefs | |
typedef uint32_t | ACConfigId |
An ID number representing a network configuration. | |
Functions | |
NNResult | ACInitialize () |
Initialise the Auto Connect library. | |
void | ACFinalize () |
Cleanup the Auto Connect library. | |
NNResult | ACConnect () |
Connects synchronically to a network, using the default configuration May be blocking until the console successfully connects or has an timeout. | |
NNResult | ACConnectAsync () |
Connects asynchronically to a network, using the default configuration. | |
NNResult | ACClose () |
Closes connections made with ACConnect. | |
NNResult | ACGetCloseStatus () |
NNResult | ACIsApplicationConnected (BOOL *connected) |
Checks whether the console is currently connected to a network. | |
NNResult | ACGetStartupId (ACConfigId *configId) |
Gets the default connection configuration id. | |
NNResult | ACConnectWithConfigId (ACConfigId configId) |
Connects to a network, using the configuration represented by the given ACConfigId. | |
NNResult | ACGetAssignedAddress (uint32_t *ip) |
Gets the IP address assosciated with the currently active connection. | |