11 unsigned char data[1000];
21 int open(
const char *address,
int type );
24 int read(
unsigned char *buf,
int size );
25 int readLine(
unsigned char *buf,
int size );
26 int write(
const unsigned char *buf,
int size );
This class manages socket based network connections.
Definition Socket.h:5
int read(unsigned char *buf, int size)
Definition Socket.cc:189
int open(const char *address, int type)
Definition Socket.cc:52
int init()
Definition Socket.cc:38
int readLine(unsigned char *buf, int size)
Definition Socket.cc:213
Socket()
Definition Socket.cc:24
~Socket()
Definition Socket.cc:31
int close()
Definition Socket.cc:173
All WXP classes fall under the WXP namespace.
Definition Angle.h:4