#include <socket.h>
Definition at line 15 of file socket.h.
SocketPort::SocketPort |
( |
char * |
server_ip, |
|
|
int |
server_port, |
|
|
int |
que_num, |
|
|
int |
que_maxlen |
|
) |
| |
SocketPort::~SocketPort |
( |
void |
| ) |
|
void SocketPort::close_port |
( |
void |
| ) |
|
void SocketPort::flush |
( |
void |
| ) |
|
int SocketPort::is_ok |
( |
void |
| ) |
|
int SocketPort::read_frame |
( |
unsigned char * |
data | ) |
|
void SocketPort::recv_proc |
( |
void |
| ) |
|
int SocketPort::write_frame |
( |
unsigned char * |
data, |
|
|
int |
len |
|
) |
| |
int SocketPort::que_maxlen_ |
The documentation for this class was generated from the following files: