BALTECH SDK wrapper functions reference

§ brp_Sys_CfgLoadFinish()

brp_errcode brp_Sys_CfgLoadFinish ( brp_Sys_CfgLoadFinish_t  params)

This command has to be called after transferring a BEC file with brp_Sys_CfgLoadBlock().

Depending on how you set the parameter FinalizeAction , this command will do one of the following:

  • Complete the transfer; this requires all Sys.CfgLoadBlock calls to have succeeded.
  • Cancel the transfer and undo all configuration changes since brp_Sys_CfgLoadPrepare().

All Sys.CfgLoad commands only work with the legacy file format BEC. For the currentdefault format BEC2 , please useMain.Bf3UploadStart andMain.Bf3UploadContinue as explained in thisoverview .

Parameters
[in]paramsStruct with the following fields:
  • protocol used to execute the command
  • FinalizeAction (in) Defines the reader's behaviour on error/success