Logo
UNICENS V2.1.0-3491
User Manual and API Reference
typedef void(* Ucs_Prg_ReportCb_t)(Ucs_Prg_ResCode_t code, Ucs_Prg_Func_t function, uint8_t ret_len, uint8_t parm[], void *user_ptr)

Function signature of result callback used by Programming service.

The Programming service reports the result of programming a certain device by this callback function.

Parameters
codeResult values of the Programming service
functionSignature of the node to be programmed.
ret_lenLength of the error parameter field parm. It is 0 if no error occurred.
parmPointer to the parameters of a potential error message.
user_ptrUser reference provided in Ucs_InitData_t::user_ptr