CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* CLT_DOPROCESS)(void *pTransportParam)

Transport DoProcess 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.
This callback is called repeatedly by the CHAILink.

Parameters
[in]pTransportParamA generic parameter from the Transport passed CHAI Link Initialization. See CLT_Interface::pTransportParam