CHAILink SDK
Version 1.3
|
Structure containing all CHAILink client callbacks. More...
#include <CLC_Callbacks.h>
Data Fields | |
CLC_Application_CallbackList | Application |
A CLC_Application_CallbackList structure filled by application and containing the list of application callbacks. More... | |
CLC_ARH_CallbackList const * | pARHCallbackList |
Pointer to a :CLC_ARH_CallbackList structure provided by application and containing the list of all asynchronous returns. More... | |
CLC_NH_CallbackList const * | pNHCallbackList |
Pointer to a :CLC_NH_CallbackList structure provided by application and containing the list of all notification handlers. More... | |
Structure containing all CHAILink client callbacks.
This structure is passed to CLC_Init during initialization and it contains all callbacks that the application needs. A sample implementation of this structure can be found at the end of the CLC_Callbacks.h file. There is 3 categories of callback: