![]()  | 
     BALTECH Docs | 
    C API for BALTECH SDK
   
    
   
   | 
   
Defines the reader's behaviour on error/success.
| Enumerator | |
|---|---|
| brp_Sys_CfgLoadFinish_FinalizeAction_CancelCfgLoad | Cancel the BEC transfer and undo all configuration changes since brp_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 brp_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 2282 of file typedefs.h.