![]() |
BALTECH Docs |
BALTECH SDK wrapper functions reference
|
| brp_errcode brp_update_reader_from_blob | ( | brp_protocol | dev, |
| brp_buf | blob, | ||
| size_t | blob_size, | ||
| brp_update_progress_cb | progress_cb | ||
| ) |
Upload binary blob to reader with optional progress notification.
Implements the BF3/BEC2 upload protocol: Bf3UploadStart followed by iterative Bf3UploadContinue calls. Handles reconnect internally.
| dev | Protocol handle (must be open) |
| blob | Binary blob data to upload |
| blob_size | Size of blob in bytes |
| progress_cb | Progress callback (may be NULL) |