Go to the source code of this file.
|
struct | __attribute__ ((__packed__)) |
|
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) |
|
◆ MCPInstallTarget
◆ MCPInstallTarget
Enumerator |
---|
MCP_INSTALL_TARGET_MLC | |
MCP_INSTALL_TARGET_USB | |
◆ __attribute__()
struct __attribute__ |
( |
(__packed__) |
| ) |
|
◆ MCP_Close()
int MCP_Close |
( |
int |
handle | ) |
|
◆ MCP_DeviceList()
◆ MCP_FullDeviceList()
int MCP_FullDeviceList |
( |
int |
handle, |
|
|
int * |
numDevices, |
|
|
MCPDeviceList * |
outDevices, |
|
|
uint32_t |
outBufferSize |
|
) |
| |
◆ MCP_InstallGetInfo()
int MCP_InstallGetInfo |
( |
int |
handle, |
|
|
char * |
path, |
|
|
MCPInstallInfo * |
out |
|
) |
| |
◆ MCP_InstallGetProgress()
◆ MCP_InstallGetTargetDevice()
◆ MCP_InstallSetTargetDevice()
◆ MCP_InstallSetTargetUsb()
int MCP_InstallSetTargetUsb |
( |
int |
handle, |
|
|
int |
usb |
|
) |
| |
◆ MCP_InstallTitleAbort()
int MCP_InstallTitleAbort |
( |
int |
handle | ) |
|
◆ MCP_InstallTitleAsync()
◆ MCP_Open()
◆ MCP_UninstallTitleAsync()
◆ MCPInstallProgress