Logo
UNICENS V2.3.0-4567
User Manual and API Reference
Ucs_Return_t Ucs_Supv_ProgramExit ( Ucs_Inst_t self)

Exits the Supervisor Programming Mode.

Attention
This function can only be executed in supervisor mode UCS_SUPV_MODE_PROGRAMMING. Calling this function does not abort an already started programming job, but remembers the "exit" request and terminates the Supervisor Programming Mode at the next suitable opportunity.
Parameters
selfThe UNICENS instance pointer.
Returns
Possible return values are shown in the table below.
Value Description
UCS_RET_SUCCESS No error
UCS_RET_ERR_PARAM At least one parameter is NULL.
UCS_RET_ERR_NOT_SUPPORTED API is not supported in the current Network Supervisor Mode.
UCS_RET_ERR_NOT_INITIALIZED UNICENS is not initialized.