Logo
UNICENS V2.1.0-3491
User Manual and API Reference
typedef void(* Ucs_Nd_ReportCb_t)(Ucs_Nd_ResCode_t code, Ucs_Signature_t *signature, void *user_ptr)

Function signature of result callback used by Node Discovery service.

The Node Discovery service reports the result of each node and some system events by this callback function.

Note
The parameter signature will be NULL, if parameter code is UCS_ND_RES_STOPPED, UCS_ND_RES_NETOFF or UCS_ND_RES_ERROR.
Parameters
codeResult code
signatureSignature of the respective node
user_ptrUser reference provided in Ucs_InitData_t::user_ptr