|
Classes |
class | TCPCommand |
class | TCPErrorInfo |
class | TCPOpenCommand |
class | TCPSendCommand |
class | TCPConnectInfo |
class | TCPStatusInfo |
Defines |
#define | MSGC_VERSION 0x0304 |
Enumerations |
enum | TcpCommandCode {
TCP_C_OPEN_ACTIVE = 1,
TCP_C_OPEN_PASSIVE = 2,
TCP_C_SEND = 3,
TCP_C_CLOSE = 5,
TCP_C_ABORT = 6,
TCP_C_STATUS = 7
} |
enum | TcpStatusInd {
TCP_I_DATA = 1,
TCP_I_URGENT_DATA = 2,
TCP_I_ESTABLISHED = 3,
TCP_I_PEER_CLOSED = 4,
TCP_I_CLOSED = 5,
TCP_I_CONNECTION_REFUSED = 6,
TCP_I_CONNECTION_RESET = 7,
TCP_I_TIMED_OUT = 8,
TCP_I_STATUS = 9
} |
enum | TCPErrorCode |
Functions |
void | doPacking (cCommBuffer *b, TCPCommand &obj) |
void | doUnpacking (cCommBuffer *b, TCPCommand &obj) |
void | doPacking (cCommBuffer *b, TCPErrorInfo &obj) |
void | doUnpacking (cCommBuffer *b, TCPErrorInfo &obj) |
void | doPacking (cCommBuffer *b, TCPOpenCommand &obj) |
void | doUnpacking (cCommBuffer *b, TCPOpenCommand &obj) |
void | doPacking (cCommBuffer *b, TCPSendCommand &obj) |
void | doUnpacking (cCommBuffer *b, TCPSendCommand &obj) |
void | doPacking (cCommBuffer *b, TCPConnectInfo &obj) |
void | doUnpacking (cCommBuffer *b, TCPConnectInfo &obj) |
void | doPacking (cCommBuffer *b, TCPStatusInfo &obj) |
void | doUnpacking (cCommBuffer *b, TCPStatusInfo &obj) |