![]() |
BALTECH Docs |
C API for BALTECH SDK
|
| brp_errcode brp_Main_Bf2Upload | ( | brp_protocol | protocol, |
| unsigned * | Lines, | ||
| size_t | Lines_len, | ||
| brp_Main_Bf2Upload_ResultCode * | ResultCode, | ||
| unsigned * | InvertedResultCode | ||
| ) |
This command transfers a single line of a BF2 file to the reader (needed for firmware upload).
| [in] | protocol | used to execute the command |
| [in] | Lines | |
| [in] | Lines_len | |
| [out] | ResultCode | Error code of this operation |
| [out] | InvertedResultCode | Value of ResultCode with inverted bits (= ResultCode XOR 0xFF) |