CHAILink SDK
Version 1.3
|
CPBOOLEAN CLC_Init | ( | CLC_Callbacks const *const | pCB, |
CLT_Interface const *const | pTransportInterface, | ||
CPBOOLEAN const | fKeepAliveActive | ||
) |
CHAILink Client Initialization.
[in] | pCB | A pointer to the list all callbacks (see CLC_Callbacks structure for more details) |
[in] | pTransportInterface | A pointer to the Transport interface (see CLT_Interface structure for more details) |
[in] | fKeepAliveActive | TRUE if Keep Alive is activated. In normal use, keep alive must be activated. But it can be disabled for debug purpose. |