vitasdk
Documentation of the vitasdk
usbserial.h File Reference
#include <psp2/types.h>

Go to the source code of this file.

Functions

int sceUsbSerialStart (void)
 Activate USB serial device. More...
 
int sceUsbSerialSetup (int unk)
 Setup USB serial device. More...
 
int sceUsbSerialClose (void)
 Close USB serial device. More...
 
int sceUsbSerialStatus (void)
 Close USB serial device. More...
 
unsigned int sceUsbSerialGetRecvBufferSize (void)
 Get receive buffer length. More...
 
unsigned int sceUsbSerialSend (const void *buffer, unsigned int len, int unk1, int unk2)
 Send data. More...
 
unsigned int sceUsbSerialRecv (void *buffer, unsigned int max_len, int unk1, int unk2)
 Receive Data. More...