Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommClient


Ignore:
Timestamp:
09/24/21 07:48:21 (3 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommClient

    v3 v4  
    66
    77=== Constructor ===
     8
     9{{{
     10CCommClient(string& strIP, int nPort, int nOpenTimeoutSecs = 0, int nReconnectTimeSecs = 30);
     11}}}
     12The 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
    820
    921=== Member Functions ===