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. 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... | |