BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Pico_Read | ( | brp_protocol | protocol, |
unsigned | PageAdr, | ||
unsigned | PageNr, | ||
brp_buf * | PageData, | ||
size_t * | PageData_len, | ||
brp_mempool * | mempool | ||
) |
Reads a picopass label.
[in] | protocol | used to execute the command |
[in] | PageAdr | |
[in] | PageNr | |
[out] | PageData | |
[out] | PageData_len | |
[in] | mempool | is used to store response data. Maybe NULL to use an internal mempool, in this case the data is only available until another command uses the internal mempool |