class CAVERNplus_tcpClient_c : public CAVERNplus_socketbase_c TCP Class for creating client connections
|
| close () Close the current client connection. |
| | connectToServer (char *ip, int port) Connect to a server |
|
| getTimeOut () Get timeout period |
| | setTimeOut (int t) Set timeout period when performing read() or write() operations |
|
| showStatus (int status, int nbytes) Show status of connection in English. |
|
| Return values from Read/Write methods.
| ||||||||||||||||||||
|
| Accessor functions
| ||||||||||||||||||||
|
| Time out values.
| ||||||||||||||||||||
|
| Blocking parameter values for Read/Write method.
| ||||||||||||||||||||
| | Read and Write calls. |
TCP Class for creating client connections. This class bypasses CAVERN's standard method for establishing connections and provides the user with direct control of TCP connections.
void getRemoteIP(char* name)
int isReadyToRead()
int isReadyToWrite()
int isReady()
int write(char *ptr, int *nbytes, int blockingType)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de