![]() |
vitasdk
Documentation of the vitasdk
|
#include <psp2kern/types.h>Go to the source code of this file.
Functions | |
| int | ksceUsbSerialStart (void) |
| Activate USB serial device. | |
| int | ksceUsbSerialSetup (int unk) |
| Setup USB serial device. | |
| int | ksceUsbSerialStatus (void) |
| Get USB device status. | |
| int | ksceUsbSerialClose (void) |
| Close USB serial device. | |
| unsigned int | ksceUsbSerialGetRecvBufferSize (void) |
| Get receive buffer length. | |
| SceSize | ksceUsbSerialSend (const void *buffer, SceSize len, int unk1, int unk2) |
| Send data. | |
| SceSize | ksceUsbSerialRecv (void *buffer, SceSize max_len, int unk1, int unk2) |
| Receive Data. | |