Go to the source code of this file.
|
enum | {
DECI2_ERR_INVALID = -1
, DECI2_ERR_INVALSOCK = -2
, DECI2_ERR_ALREADYUSE = -3
, DECI2_ERR_MFILE = -4
,
DECI2_ERR_INVALADDR = -5
, DECI2_ERR_PKTSIZE = -6
, DECI2_ERR_WOULDBLOCK = -7
, DECI2_ERR_ALREADYLOCK = -8
,
DECI2_ERR_NOTLOCKED = -9
, DECI2_ERR_NOROUTE = -10
, DECI2_ERR_NOSPACE = -11
, DECI2_ERR_INVALHEAD = -12
} |
|
enum | {
DECI2_READ = 1
, DECI2_READ_DONE = 2
, DECI2_WRITE = 3
, DECI2_WRITE_DONE = 4
,
DECI2_CHSTATUS = 5
, DECI2_ERROR = 6
} |
|
|
int | sceDeci2Open (unsigned short protocol, void *opt, void(*handler)(int event, int param, void *opt)) |
|
int | sceDeci2Close (int s) |
|
int | sceDeci2ReqSend (int s, char dest) |
|
void | sceDeci2Poll (int s) |
|
int | sceDeci2ExRecv (int s, void *buf, unsigned short len) |
|
int | sceDeci2ExSend (int s, void *buf, unsigned short len) |
|
int | sceDeci2ExReqSend (int s, char dest) |
|
int | sceDeci2ExLock (int s) |
|
int | sceDeci2ExUnLock (int s) |
|
int | kputs (char *s) |
|
DECI2 library functions
Definition in file deci2.h.
◆ anonymous enum
◆ anonymous enum
◆ sceDeci2Open()
int sceDeci2Open |
( |
unsigned short | protocol, |
|
|
void * | opt, |
|
|
void(* | handler )(int event, int param, void *opt) ) |
◆ sceDeci2Close()
int sceDeci2Close |
( |
int | s | ) |
|
◆ sceDeci2ReqSend()
int sceDeci2ReqSend |
( |
int | s, |
|
|
char | dest ) |
◆ sceDeci2Poll()
void sceDeci2Poll |
( |
int | s | ) |
|
◆ sceDeci2ExRecv()
int sceDeci2ExRecv |
( |
int | s, |
|
|
void * | buf, |
|
|
unsigned short | len ) |
◆ sceDeci2ExSend()
int sceDeci2ExSend |
( |
int | s, |
|
|
void * | buf, |
|
|
unsigned short | len ) |
◆ sceDeci2ExReqSend()
int sceDeci2ExReqSend |
( |
int | s, |
|
|
char | dest ) |
◆ sceDeci2ExLock()
int sceDeci2ExLock |
( |
int | s | ) |
|
◆ sceDeci2ExUnLock()
int sceDeci2ExUnLock |
( |
int | s | ) |
|
◆ kputs()