Logo
UNICENS V2.1.0-3491
User Manual and API Reference
Ucs_Return_t Ucs_Prog_Start ( Ucs_Inst_t self,
uint16_t  node_id,
Ucs_Signature_t signature,
Ucs_Prg_SessionType_t  session_type,
Ucs_Prg_Command_t command_list,
Ucs_Prg_ReportCb_t  result_fptr 
)

Starts the Programming service and processes the command list

Parameters
*selfThe instance
node_idThe node position address of the the node to be programmed
signatureSignature of the the node to be programmed
session_typeMemory access type
command_listList of programming tasks. It has to end with a NULL entry.
result_fptrResult callback
Returns