![]() |
vitasdk
Documentation of the vitasdk
|
#include <psp2/types.h>Go to the source code of this file.
Functions | |
| int | sceUsbSerialStart (void) |
| Activate USB serial device. | |
| int | sceUsbSerialSetup (int unk) |
| Setup USB serial device. | |
| int | sceUsbSerialClose (void) |
| Close USB serial device. | |
| int | sceUsbSerialStatus (void) |
| Close USB serial device. | |
| unsigned int | sceUsbSerialGetRecvBufferSize (void) |
| Get receive buffer length. | |
| unsigned int | sceUsbSerialSend (const void *buffer, unsigned int len, int unk1, int unk2) |
| Send data. | |
| unsigned int | sceUsbSerialRecv (void *buffer, unsigned int max_len, int unk1, int unk2) |
| Receive Data. | |