CHAILink SDK
Version 1.3
|
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.
[in] | pTransportParam | A generic parameter from the Transport passed CHAI Link Initialization. See CLT_Interface::pTransportParam |