wut  1.0.0-alpha
Wii U Toolchain
Namespaces | Typedefs | Functions
nn::ac Namespace Reference

Namespaces

 detail
 

Typedefs

typedef uint32_t ConfigIdNum
 

Functions

static nn::Result Initialize ()
 Initialise the nn_ac library. More...
 
static void Finalize ()
 Finalise the nn_ac library. More...
 
static nn::Result GetStartupId (ConfigIdNum *id)
 Get the default connection configuration id. More...
 
static nn::Result Connect (ConfigIdNum id)
 Connect to configuration id. More...
 
static nn::Result GetAssignedAddress (uint32_t *ip)
 Get the IP address of the current connection. More...
 

Typedef Documentation

◆ ConfigIdNum

typedef uint32_t ConfigIdNum

Definition at line 18 of file ac_cpp.h.

Function Documentation

◆ Initialize()

static nn::Result nn::ac::Initialize ( )
inlinestatic

Initialise the nn_ac library.

Definition at line 39 of file ac_cpp.h.

◆ Finalize()

static void nn::ac::Finalize ( )
inlinestatic

Finalise the nn_ac library.

Definition at line 49 of file ac_cpp.h.

◆ GetStartupId()

static nn::Result nn::ac::GetStartupId ( ConfigIdNum id)
inlinestatic

Get the default connection configuration id.

Definition at line 59 of file ac_cpp.h.

◆ Connect()

static nn::Result nn::ac::Connect ( ConfigIdNum  id)
inlinestatic

Connect to configuration id.

Definition at line 69 of file ac_cpp.h.

◆ GetAssignedAddress()

static nn::Result nn::ac::GetAssignedAddress ( uint32_t *  ip)
inlinestatic

Get the IP address of the current connection.

Definition at line 79 of file ac_cpp.h.