CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CPBOOLEAN CLC_Init ( CLC_Callbacks const *const  pCB,
CLT_Interface const *const  pTransportInterface,
CPBOOLEAN const  fKeepAliveActive 
)

CHAILink Client Initialization.

Parameters
[in]pCBA pointer to the list all callbacks (see CLC_Callbacks structure for more details)
[in]pTransportInterfaceA pointer to the Transport interface (see CLT_Interface structure for more details)
[in]fKeepAliveActiveTRUE if Keep Alive is activated. In normal use, keep alive must be activated. But it can be disabled for debug purpose.
Returns
Success or not
Remarks
The transport must be initialized before calling CLC_Init.