Changes between Version 6 and Version 7 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CComm


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

--

Legend:

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

    v6 v7  
    66
    77== Member Functions ==
     8
     9=== Send ===
     10{{{
     11virtual int Send(CCommConnection *pConnection, const uint8* data, int len)
     12}}}
     13
     14==== Description ====
     15
     16The Send method sends the specified data over the specified connection.
     17
     18==== Return value ====
     19
     20Send returns the number of characters sent if successful.
    821
    922=== Process ===