| Bytes typedef | TcpClient | |
| close() | TcpClient | |
| connect(const std::string &hostname, int port, int timeoutInMillisecons=0) | TcpClient | |
| getNoDelay() const | TcpClient | |
| receive(int timeoutInMillisecons=0) | TcpClient | |
| receive(size_t numberOfBytesToReceive, int timeoutInMillisecons=0) | TcpClient | |
| send(const std::string &value) | TcpClient | |
| send(const char *buffer, size_t bufferLength) | TcpClient | |
| setNoDelay(bool setTcpNoDelayOption=true) | TcpClient | |
| TcpClient(const std::string &hostname, int port, int timeoutInMillisecons=0) | TcpClient | |
| TcpClient() | TcpClient | |
| ~TcpClient(void) | TcpClient |
1.5.7.1