C API for BALTECH SDK

§ brp_Sys_CfgLoadFinish_FinalizeAction

Defines the reader's behaviour on error/success

Enumerator
brp_Sys_CfgLoadFinish_FinalizeAction_CancelCfgLoad 

Cancel the BEC transfer and undo all configuration changes since Sys.CfgLoadPrepare.

brp_Sys_CfgLoadFinish_FinalizeAction_FinalizeCfgLoadWithoutReboot 

Complete the BEC transfer, but don't reboot.

A reboot is necessary to ensure all configuration changes are activated. Thus, we recommend you only use this value if another operation is pending that requires a reboot as well (e.g. a firmware update).

brp_Sys_CfgLoadFinish_FinalizeAction_FinalizeCfgLoadWithReboot 

Complete the BEC transfer and do an implicit reboot.

This requires reconnecting as described in Sys.Reset.

This is the value we generally recommend as the reboot ensures that all changes are activated.

brp_Sys_CfgLoadFinish_FinalizeAction_undefined 

Definition at line 2347 of file typedefs.h.