CHAILink SDK
Version 1.3
|
typedef CPBOOLEAN(* CLT_WRITE)(CPBYTE *pbBuffer, CPUINT16 wBufferSize, CPUINT16 *pwWritten, void *pTransportParam) |
Transport Write Function.
Part of the Transport Protocol to Transport Interface. This callback function pointer is provided during initialization in a CLT_Interface structure. see CHAILink Client Transport for more details.
[in] | pbBuffer | A pointer to a memory buffer containing data to send. |
[in] | wBufferSize | The size in bytes of the memory buffer pointed to by pbBuffer. |
[out] | pwWritten | A pointer to the number of bytes written by the Transport. |
[in] | pTransportParam | A generic parameter from the Transport passed CHAI Liink Initialization. See CLT_Interface::pTransportParam |