CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Application Interface Notifications.

List of all callbacks used for Link to Application notifications. More...

Typedefs

typedef void(* APP_ERRORCB )(CLC_ErrorCode const errorCode, void *const pParam)
 CHAILink to Application error reporting callback. More...
 
typedef void(* APP_CONNECTIONSTATECHANGE )(CPBOOLEAN const fConnected, CPUINT16 const wReason, void *const pParam)
 CHAILink to Application Connection Status Change callback. More...
 
typedef void(* APP_COPPERLANDOPROCESS )(void *const pParam)
 Entry point for the CopperLan application pseudo task. See pfnCPDoProcess in CLC_Callbacks structure. More...
 
typedef void(* APP_SYSTEMDOPROCESS )(void *const pParam)
 Entry point for the System pseudo task. See pfnSystemDoProcess in CLC_Callbacks structure. More...
 

Detailed Description

List of all callbacks used for Link to Application notifications.