19 DECI2_ERR_INVALID = -1,
20 DECI2_ERR_INVALSOCK = -2,
21 DECI2_ERR_ALREADYUSE = -3,
23 DECI2_ERR_INVALADDR = -5,
24 DECI2_ERR_PKTSIZE = -6,
25 DECI2_ERR_WOULDBLOCK = -7,
26 DECI2_ERR_ALREADYLOCK = -8,
27 DECI2_ERR_NOTLOCKED = -9,
28 DECI2_ERR_NOROUTE = -10,
29 DECI2_ERR_NOSPACE = -11,
30 DECI2_ERR_INVALHEAD = -12,
42int sceDeci2Open(
unsigned short protocol,
void *opt,
void (*handler)(
int event,
int param,
void *opt));
43int sceDeci2Close(
int s);
44int sceDeci2ReqSend(
int s,
char dest);
45void sceDeci2Poll(
int s);
46int sceDeci2ExRecv(
int s,
void *buf,
unsigned short len);
47int sceDeci2ExSend(
int s,
void *buf,
unsigned short len);
48int sceDeci2ExReqSend(
int s,
char dest);
49int sceDeci2ExLock(
int s);
50int sceDeci2ExUnLock(
int s);