![]() |
BALTECH Docs |
BALTECH SDK wrapper functions reference
|
| typedef void(* brp_update_progress_cb) (unsigned transferred_bytes, unsigned estimated_total, unsigned progress_percent, unsigned estimated_time_overhead, bool reconnecting) |
Progress notification callback for reader update operations.
| transferred_bytes | Number of bytes transferred so far |
| estimated_total | Estimated total bytes (0 if unknown) |
| progress_percent | Progress 0 to 100 (0 if unknown) |
| estimated_time_overhead | Estimated overhead in ms beyond transfer (0 if unknown) |
| reconnecting | true if reader is about to reconnect |
Definition at line 20 of file reader_updater.h.