Logo
UNICENS V2.3.0-4567
User Manual and API Reference
typedef void(* Ucs_Ns_ResultCb_t)(uint16_t node_address, Ucs_Ns_ResultCode_t result, Ucs_Ns_ErrorInfo_t error_info, void *ucs_user_ptr)

Function signature used for the results of the Scripting Manager.

Parameters
node_addressThe node address the script was executed for
resultThe result of the scripting operation
ucs_user_ptrUser reference for API callback functions
 See also section Node Scripting for more description and an example implementation.