Inheritance diagram for MsgClient:
Public Member Functions | |
MsgClient () | |
void | AsyncRead () |
void | AsyncClose () |
void | Process () |
BOOL | SendMsg (PTR, int32 len) |
BOOL | SendMsg (char *str) |
BOOL | SendMsg (char c) |
BOOL | Connect (IPAddr _ip, uint32 _port) |
BOOL | Disconnect () |
BOOL | ClearData () |
void | SetMaxSize (uint32 NewSize) |
void | SetMaxMsgs (uint32 NewSize) |
Public Attributes | |
BOOL | Valid |
PTR | Data |
uint32 | DataSize |
Definition at line 72 of file msgsvr.hpp.