1#ifndef INC_MYTESTCLIENT_H
2#define INC_MYTESTCLIENT_H
209 unsigned int uiDataSize,
For each library, here 'TcpLib' there is a type file.
An example class for a simple client derived from Client.
Definition MyTestClient.h:87
MyTestClient(unsigned int, int, int, int, int)
MyTestClient(const std::string &rstrHostname, unsigned int uiPort, int iAdressFamily, int iSocketType, int iProtocol, int iSecTimeOut)
MyTestClient & operator=(const MyTestClient &)
MyTestClient(const MyTestClient &)
MyTestClient(const std::string &rstrHostname, unsigned int uiPort, int iAdressFamily, int iSocketType, int iProtocol, unsigned int uiDataSize, int iSecTimeOut)
virtual void processServerMessage(tcp::Message *pTcpMessage)
A simple TCP client class, which should learn its know-how in the derived classes.
Definition TcpClient.h:199
Contains a data stream which can be sent and received by the Tcp classes.
Definition TcpMessage.h:168