CHAILink SDK
Version 1.3
|
typedef void(* APP_CONNECTIONSTATECHANGE)(CPBOOLEAN const fConnected, CPUINT16 const wReason, void *const pParam) |
CHAILink to Application Connection Status Change callback.
Defined in CLC_Callbacks::Application structure.
[in] | fConnected | TRUE if connected, FALSE if disconnected |
[in] | wReason | if fConnected is TRUE, wReason is 0. if fConnected is FALSE, wData contains the disconnection reason see CLTP_ResetCode |
[in] | pParam | Corresponds to the pConnectionStateChangedParam in CLC_Callbacks::Application given during Initialization. See CLC_Init |