CS_Client - Client object
Inherits: 
CS_Connection
The class provides a client object for a client/server connection. In order to provide an application specific high-level protocol, it is suggested to define a specialized class inheriting from this basic client class.
Attributes
- server_ptr_size - server_ptr_size - Title unknown
Functions
- CS_Client - - Title unknown
- ConnectServer - Connect client to server
- DisconnectServer - Disconnect client
- DoConnect - Establish connection
- Execute - Execute server requests
- GetHost - Get server name
- GetLastError - Get last error code
- GetPort - Get communication prt
- GetServerIP - - internal feature (not documented)
- ~CS_Client - Destructor

