CHAILink SDK
Version 1.3
|
typedef void(* APP_ERRORCB)(CLC_ErrorCode const errorCode, void *const pParam) |
CHAILink to Application error reporting callback.
Defined in CLC_Callbacks::Application structure.
[in] | errorCode | See CLC_ErrorCode enumeration for details and CLTP_ErrorCode for CLM_TransportProtocol errors. |
[in] | pParam | Corresponds to the pErrorCBParam in CLC_Callbacks given during Initialization. See CLC_Init |