Logo
UNICENS V2.1.0-3491
User Manual and API Reference
typedef void(* Ucs_MgrReportCb_t)(Ucs_MgrReport_t code, uint16_t node_address, Ucs_Rm_Node_t *node_ptr, void *user_ptr)

Optional callback function that reports events on ignored, welcomed and lost nodes.

Parameters
codeReport code
node_addressThe desired node_address of the node which is defined in it's signature.
node_ptrReference to the node object which is part of the nodes_list_ptr. The reference is NULL if code is UCS_MGR_REP_IGNORED_UNKNOWN or UCS_MGR_REP_IGNORED_DUPLICATE.
user_ptrUser reference provided in Ucs_InitData_t::user_ptr.