| | 8 | |
| | 9 | {{{ |
| | 10 | CCommClient(string& strIP, int nPort, int nOpenTimeoutSecs = 0, int nReconnectTimeSecs = 30); |
| | 11 | }}} |
| | 12 | The constructor creates a CCommClient object without opening a communications channel. |
| | 13 | |
| | 14 | ==== Parameters ==== |
| | 15 | * strIP - IP address of server to connect to. |
| | 16 | * nPort - IP port of server to connect to. |
| | 17 | * nOpenTimeoutSecs - optional timeout in seconds for connection to server. |
| | 18 | * nReconnectTimeSecs - Optional time in seconds to reconnect after attempted communications if connection is lost. |
| | 19 | |