Logo
UNICENS V2.3.0-4567
User Manual and API Reference
typedef void(* Ucs_Supv_ProgramSignatureCb_t)(Ucs_Signature_t *signature_ptr, void *user_ptr)

Optional callback notifying the signature of a discovered remote node.

Parameters
signature_ptrReference to the signature of the discovered remote INIC. The referenced structure is read-only and must be copied for usage outside the callback context.
user_ptrUser reference provided in Ucs_InitData_t::user_ptr.