async | tcp_client | [private] |
Connect(void) | tcp_client | |
connected | tcp_client | |
Disconnect(void) | tcp_client | |
err | tcp_client | |
err_msg | tcp_client | |
GetSocket() | tcp_client | |
perr(const char *text) | tcp_client | |
Receive(char *data, int size, bool peek=false, int *number=NULL, int flags=0) | tcp_client | |
ret | tcp_client | [private] |
Send(char *data, int size) | tcp_client | |
server | tcp_client | [private] |
sock | tcp_client | [private] |
tcp_client(const char *ip, int port, bool async_comm=false) | tcp_client | |
~tcp_client() | tcp_client |