![]() |
BALTECH Docs |
BALTECH SDK wrapper functions reference
|
| brp_errcode brp_update_reader | ( | brp_protocol | dev, |
| const char * | filepath, | ||
| brp_update_progress_cb | progress_cb | ||
| ) |
Convenience: load hex file and upload to reader.
Reads the file, parses hex content, and uploads to the reader. Memory is managed internally.
| dev | Protocol handle (must be open) |
| filepath | Path to BEC2/BF3 hex file |
| progress_cb | Progress callback (may be NULL) |