Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CComm


Ignore:
Timestamp:
04/09/18 15:18:03 (7 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v4 v5  
    55CComm 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).
    66
    7 === Member Functions ===
     7== Member Functions ==
    88
    9 ==== Process ====
     9=== Process ===
    1010
    1111{{{
     
    1313}}}
    1414
    15 ===== Description =====
     15==== Description ====
    1616
    1717The 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:
     
    2626}
    2727
    28 ==== AddRcvEvent ====
     28=== AddRcvEvent ===
    2929
    3030{{{