![]() |
vitasdk
Documentation of the vitasdk
|
Exports for Kernel. More...
Enumerations | |
| enum | SceUsbservErrorCode { SCE_USBSERV_ERROR_UNAVAILABLE = 0x80248002 , SCE_USBSERV_ERROR_INVALID_PARAM = 0x80248003 , SCE_USBSERV_ERROR_NOT_SUPPORTED = 0x80248004 , SCE_USBSERV_ERROR_FATAL = 0x802480FF } |
Functions | |
| int | ksceUsbServEtherEnable (void) |
| Enable PSTV ethernet. | |
| int | ksceUsbServEtherDisable (void) |
| Disable PSTV ethernet. | |
| int | ksceUsbServAccessoryActivate (void) |
| Enable accessory port. | |
| int | ksceUsbServAccessoryDeactivate (void) |
| Disable accessory port. | |
| int | ksceUsbServMacSelect (SceUInt usbPort, SceBool clientMode) |
| Set USB port mode. | |
| SceBool | ksceUsbServMacGet (SceUInt usbPort) |
| Get USB port mode. | |
| int | ksceUsbServDisableEtherSuspend (void) |
| Prevent PSTV ethernet hibernation. | |
Exports for Kernel.
Include the header file in your project:
Include the header file in your project:
Link the library to the executable:
| enum SceUsbservErrorCode |
| int ksceUsbServEtherEnable | ( | void | ) |
Enable PSTV ethernet.
| int ksceUsbServEtherDisable | ( | void | ) |
Disable PSTV ethernet.
| int ksceUsbServAccessoryActivate | ( | void | ) |
Enable accessory port.
| int ksceUsbServAccessoryDeactivate | ( | void | ) |
Disable accessory port.
Set USB port mode.
| usbPort | usb port number (0,1,2) |
| clientMode | 0 = host mode, 1 = client mode |
Get USB port mode.
| usbPort | usb port number (0,1,2) |
| int ksceUsbServDisableEtherSuspend | ( | void | ) |
Prevent PSTV ethernet hibernation.