CHAILink SDK
Version 1.3
|
CHAI Link Transport Interface. More...
#include <CLCm_Transport.h>
Data Fields | |
CLT_WRITE | pfnWrite |
Transport write function (send data to peer) More... | |
CLT_DOPROCESS | pfnDoProcess |
Transport DoProcess function (called repeatedly by the CHAILink) More... | |
CLT_SETCB | pfnSetCallbacks |
Set Transport Protocol interface function. More... | |
void * | pTransportParam |
Transport custom param : Passed back when Transport Protocol calls Transport (see pTransportParam in CLT_WRITE and CLT_SETCB). More... | |
CHAI Link Transport Interface.
Used during CHAI Link Initilization. See CLC_Init and CHAILink Client Transport for more details.