BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Sys_CfgLoadPrepare | ( | brp_protocol | protocol, |
brp_AuthReqUpload | AuthReq | ||
) |
This command initiates the transfer of a BEC file via brp_Sys_CfgLoadBlock().
It will cancel any running BEC transfer and start loading a new one.
All Sys.CfgLoad commands only work with the legacy file format BEC. For the currentdefault format BEC2 , please use brp_Main_Bf3UploadStart() and brp_Main_Bf3UploadContinue() as explained in thisoverview .
[in] | protocol | used to execute the command |
[in] | AuthReq | If this value is Default , the configuration value AuthReqUploadViaBrp will be consulted. Specifies the authentication level the BEC/BEC2/BF3 file or ConfigCard has to fulfill to be accepted. |