Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommClient


Ignore:
Timestamp:
03/12/25 08:16:52 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v5 v6  
    77=== Constructor ===
    88
    9 {{{
     9{{{#!c++
    1010CCommClient(string& strIP, int nPort, int nOpenTimeoutSecs = 0, int nReconnectTimeSecs = 30);
    1111}}}
     
    2525
    2626The Process method must be called regularly for the communication channel to be serviced allowing any receive events to occur. This also allows the reconnect option to be performed. This should usually be done in the app background event such as:
    27 {{{
     27{{{#!c++
    2828BACKGROUND_EVENT(Comm)
    2929{
     
    3838==== Example ====
    3939
    40 {{{
     40{{{#!c++
    4141   if(commTypeSelection == CLIENT)
    4242   {