Changes between Version 6 and Version 7 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CComm
- Timestamp:
- 04/09/18 15:21:47 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CComm
v6 v7 6 6 7 7 == Member Functions == 8 9 === Send === 10 {{{ 11 virtual int Send(CCommConnection *pConnection, const uint8* data, int len) 12 }}} 13 14 ==== Description ==== 15 16 The Send method sends the specified data over the specified connection. 17 18 ==== Return value ==== 19 20 Send returns the number of characters sent if successful. 8 21 9 22 === Process ===