Logo
UNICENS V2.3.0-4567
User Manual and API Reference
typedef void(* Ucs_Ns_SynchronizeNodeCb_t)(uint16_t node_address, Ucs_Ns_SyncResult_t result, void *user_ptr)

Function signature of result callback used by Ucs_Ns_SynchronizeNode().

Parameters
node_addressThe address of the node the operation was executed for.
resultThe result of the operation.
user_ptrUser reference provided in Ucs_InitData_t::user_ptr.
 See also User Manual, section Synchronous vs. Asynchronous Results.