WUT  0.1
Wii U Toolchain
Data Structures | Typedefs | Enumerations | Functions
MCP IOS Calls

Data Structures

struct  MCPInstallInfo
 
struct  MCPInstallTitleInfo
 
struct  MCPDevice
 
struct  MCPDeviceList
 

Typedefs

typedef struct MCPInstallProgress MCPInstallProgress
 
typedef struct MCPInstallInfo MCPInstallInfo
 
typedef struct MCPInstallTitleInfo MCPInstallTitleInfo
 
typedef struct MCPDevice MCPDevice
 
typedef struct MCPDeviceList MCPDeviceList
 
typedef enum MCPInstallTarget MCPInstallTarget
 

Enumerations

enum  MCPInstallTarget
 

Functions

struct __attribute__ ((__packed__)) MCPInstallProgress
 
int MCP_Open ()
 
int MCP_Close (int handle)
 
int MCP_InstallSetTargetDevice (int handle, MCPInstallTarget device)
 
int MCP_InstallGetTargetDevice (int handle, MCPInstallTarget *deviceOut)
 
int MCP_InstallSetTargetUsb (int handle, int usb)
 
int MCP_InstallGetInfo (int handle, char *path, MCPInstallInfo *out)
 
int MCP_InstallTitleAsync (int handle, char *path, MCPInstallTitleInfo *out)
 
int MCP_InstallGetProgress (int handle, MCPInstallProgress *installProgressOut)
 
int MCP_InstallTitleAbort (int handle)
 
int MCP_UninstallTitleAsync (int handle, char *path, MCPInstallTitleInfo *out)
 
int MCP_DeviceList (int handle, int *numDevices, MCPDeviceList *outDevices, uint32_t outBufferSize)
 
int MCP_FullDeviceList (int handle, int *numDevices, MCPDeviceList *outDevices, uint32_t outBufferSize)
 

Detailed Description

Typedef Documentation

Definition at line 14 of file mcp.h.

Definition at line 15 of file mcp.h.

Definition at line 16 of file mcp.h.

typedef struct MCPDevice MCPDevice

Definition at line 17 of file mcp.h.

typedef struct MCPDeviceList MCPDeviceList

Definition at line 18 of file mcp.h.

Enumeration Type Documentation

Enumerator
MCP_INSTALL_TARGET_MLC 
MCP_INSTALL_TARGET_USB 

Definition at line 20 of file mcp.h.

Function Documentation

struct __attribute__ ( (__packed__)  )

Definition at line 26 of file mcp.h.

int MCP_Open ( )
int MCP_Close ( int  handle)
int MCP_InstallSetTargetDevice ( int  handle,
MCPInstallTarget  device 
)
int MCP_InstallGetTargetDevice ( int  handle,
MCPInstallTarget deviceOut 
)
int MCP_InstallSetTargetUsb ( int  handle,
int  usb 
)
int MCP_InstallGetInfo ( int  handle,
char *  path,
MCPInstallInfo out 
)
int MCP_InstallTitleAsync ( int  handle,
char *  path,
MCPInstallTitleInfo out 
)
int MCP_InstallGetProgress ( int  handle,
MCPInstallProgress installProgressOut 
)
int MCP_InstallTitleAbort ( int  handle)
int MCP_UninstallTitleAsync ( int  handle,
char *  path,
MCPInstallTitleInfo out 
)
int MCP_DeviceList ( int  handle,
int *  numDevices,
MCPDeviceList outDevices,
uint32_t  outBufferSize 
)
int MCP_FullDeviceList ( int  handle,
int *  numDevices,
MCPDeviceList outDevices,
uint32_t  outBufferSize 
)