CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CLC_Application_CallbackList Struct Reference

Callback list for Application callbacks. More...

#include <CLC_Callbacks.h>

Data Fields

APP_ERRORCB pfnCHAILinkErrorCB
 CHAILink to Application error reporting callback. More...
 
APP_CONNECTIONSTATECHANGE pfnCHAILinkConnectionStateChangedCB
 CHAILink to Application Connection Status Change callback. More...
 
APP_COPPERLANDOPROCESS pfnCPDoProcess
 Entry point for the CopperLan application pseudo task. More...
 
APP_SYSTEMDOPROCESS pfnSystemDoProcess
 Entry point for the System pseudo task. More...
 
void * pErrorCBParam
 pParam value during pfnCHAILinkErrorCB notifications More...
 
void * pConnectionStateChangedParam
 pParam value during pfnCHAILinkConnectionStateChangedCB notifications More...
 
void * pCPDoProcessParam
 pParam value during pfnCPDoProcess notifications More...
 
void * pSystemDoProcessParam
 pParam value during pfnSystemDoProcess notifications More...
 

Detailed Description

Callback list for Application callbacks.


The documentation for this struct was generated from the following file: