Logo
UNICENS V2.1.0-3491
User Manual and API Reference
typedef void(* Ucs_DebugErrorMsgCb_t)(Msg_MostTel_t *msg_ptr, void *user_ptr)

Optional callback function used to debug received raw messages with OpType UCS_OP_ERROR and UCS_OP_ERRORACK.

Parameters
msg_ptrReference to an error messages received from network or the local INIC. It is not allowed to modify the message. The reference becomes invalid when the callback function returns.
user_ptrUser reference provided in Ucs_InitData_t::user_ptr