Changes between Version 11 and Version 12 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CComm


Ignore:
Timestamp:
09/26/18 08:05:20 (6 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v11 v12  
    1515
    1616The Send method sends the specified data over the specified connection.
     17
     18==== Parameters ====
     19
     20 * pConnection - pointer to connection instance to send to, May be NULL to send to all instances. This is only significant for TCP/IP server, NULL will send to all connected clients, or specified connection will send to a  specific connected client.
     21 * data - pointer to data to be sent
     22 * len - number of bytes of data to send
    1723
    1824==== Return value ====