Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CComm
- Timestamp:
- 04/09/18 15:18:03 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CComm
v4 v5 5 5 CComm is a C++ class that is provided to simplify 825 serial and ethernet operations. CComm is a base class for the inherited classes CCommSerial (serial ports), CCommClient (TCP/IP client), and CCommServer (TCP/IP Server). 6 6 7 == = Member Functions ===7 == Member Functions == 8 8 9 === = Process ====9 === Process === 10 10 11 11 {{{ … … 13 13 }}} 14 14 15 ==== = Description =====15 ==== Description ==== 16 16 17 17 The Process method must be called regularly for the communication channel to be serviced allowing any receive events to occur. This should usually be done in the app background event such as: … … 26 26 } 27 27 28 === = AddRcvEvent ====28 === AddRcvEvent === 29 29 30 30 {{{