Changes between Version 11 and Version 12 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CComm
- Timestamp:
- 09/26/18 08:05:20 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CComm
v11 v12 15 15 16 16 The 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 17 23 18 24 ==== Return value ====