BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_EM_Read4450 | ( | brp_protocol | protocol, |
unsigned | StartAdr, | ||
unsigned | EndAdr, | ||
unsigned ** | PageNr, | ||
size_t * | PageNr_len, | ||
brp_mempool * | mempool | ||
) |
Reads pages from a EM4450 tag (start to end address).
[in] | protocol | used to execute the command |
[in] | StartAdr | Start page address of a label. |
[in] | EndAdr | End page address of a label. |
[out] | PageNr | |
[out] | PageNr_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 |