| 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.
| code | Report code | 
| node_address | The desired node_address of the node which is defined in it's signature. | 
| node_ptr | Reference to the node object which is part of the nodes_list_ptr. The reference is NULLifcodeisUCS_MGR_REP_IGNORED_UNKNOWNorUCS_MGR_REP_IGNORED_DUPLICATE. | 
| user_ptr | User reference provided in Ucs_InitData_t::user_ptr. |