vitasdk
Documentation of the vitasdk
|
Exports for Kernel.
Include the header file in your project:
Link the library to the executable:
Functions | |
int | ksceUsbSerialStart (void) |
Activate USB serial device. More... | |
int | ksceUsbSerialSetup (int unk) |
Setup USB serial device. More... | |
int | ksceUsbSerialStatus (void) |
Get USB device status. More... | |
int | ksceUsbSerialClose (void) |
Close USB serial device. More... | |
unsigned int | ksceUsbSerialGetRecvBufferSize (void) |
Get receive buffer length. More... | |
SceSize | ksceUsbSerialSend (const void *buffer, SceSize len, int unk1, int unk2) |
Send data. More... | |
SceSize | ksceUsbSerialRecv (void *buffer, SceSize max_len, int unk1, int unk2) |
Receive Data. More... | |
int ksceUsbSerialStart | ( | void | ) |
Activate USB serial device.
int ksceUsbSerialSetup | ( | int | unk | ) |
Setup USB serial device.
unk | Unknown |
int ksceUsbSerialStatus | ( | void | ) |
Get USB device status.
int ksceUsbSerialClose | ( | void | ) |
Close USB serial device.
unsigned int ksceUsbSerialGetRecvBufferSize | ( | void | ) |
Get receive buffer length.
Send data.
[in] | *buffer | data to send over usb |
[in] | len | int len of serial buffer data |
unk1 | Unknown | |
unk2 | Unknown |