CHAILink SDK
Version 1.3
|
typedef CPBOOLEAN(* CLT_SETCB)(CLT_RECEIVE pfnReceive, CLT_STATUSCHANGECB pfnStatusChange, void *pTransportParam, void *pCBParam) |
Transport Set Callbacks.
Part of the Transport Protocol to Transport Interface. This callback function pointer is provided by the Transport Protocol CLT_Interface::pfnSetCallbacks call. see CHAILink Client Transport for more details.
[in] | pfnReceive | The data reception callback. See CLT_RECEIVE |
[in] | pfnStatusChange | The status change callback. See CLT_STATUSCHANGECB |
[in] | pTransportParam | A generic parameter from the Transport passed CHAI Liink Initialization. See CLT_Interface::pTransportParam |
[in] | pCBParam | A generic parameter. The Transport MUST use this when calling pfnReceive or pfnStatusChange (parameter pCBParam) |