BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_LT_ReadBlockExtended | ( | brp_protocol | protocol, |
unsigned | AdrLo, | ||
unsigned | AdrHi, | ||
brp_buf * | Data, | ||
brp_mempool * | mempool | ||
) |
Reads a block (32 Byte) from the transponder using a 16-bit block address.
[in] | protocol | used to execute the command |
[in] | AdrLo | Block address (LSByte). |
[in] | AdrHi | Block address (MSByte). |
[out] | Data | Block data 32 Bytes. |
[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 |