Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommClient
- Timestamp:
- 03/12/25 08:16:52 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommClient
v5 v6 7 7 === Constructor === 8 8 9 {{{ 9 {{{#!c++ 10 10 CCommClient(string& strIP, int nPort, int nOpenTimeoutSecs = 0, int nReconnectTimeSecs = 30); 11 11 }}} … … 25 25 26 26 The 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++ 28 28 BACKGROUND_EVENT(Comm) 29 29 { … … 38 38 ==== Example ==== 39 39 40 {{{ 40 {{{#!c++ 41 41 if(commTypeSelection == CLIENT) 42 42 {