RetroArch
Typedefs | Enumerations | Functions
ac.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int ACResult
 
typedef unsigned long ACIpAddress
 

Enumerations

enum  { AC_FAILED = -1, AC_OK = 0, AC_BUSY = 1 }
 

Functions

ACResult ACInitialize (void)
 
void ACFinalize (void)
 
ACResult ACConnect (void)
 
ACResult ACClose (void)
 
ACResult ACGetAssignedAddress (ACIpAddress *addr)
 
ACResult ACGetAssignedSubnet (ACIpAddress *addr)
 

Typedef Documentation

◆ ACIpAddress

typedef unsigned long ACIpAddress

◆ ACResult

typedef int ACResult

These functions manage the Wii U's AutoConnect library–basically connecting to the LAN/Internet via the network profile set up in System Preferences.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
AC_FAILED 
AC_OK 
AC_BUSY 

Function Documentation

◆ ACClose()

ACResult ACClose ( void  )
Here is the caller graph for this function:

◆ ACConnect()

ACResult ACConnect ( void  )
Here is the caller graph for this function:

◆ ACFinalize()

void ACFinalize ( void  )
Here is the caller graph for this function:

◆ ACGetAssignedAddress()

ACResult ACGetAssignedAddress ( ACIpAddress addr)
Here is the caller graph for this function:

◆ ACGetAssignedSubnet()

ACResult ACGetAssignedSubnet ( ACIpAddress addr)
Here is the caller graph for this function:

◆ ACInitialize()

ACResult ACInitialize ( void  )
Here is the caller graph for this function: