![]() |
BALTECH Docs |
C API for BALTECH SDK
|
| brp_errcode brp_LT_ContinousReadBlocksExtended | ( | brp_protocol | protocol, |
| unsigned | AdrLo, | ||
| unsigned | AdrHi, | ||
| unsigned | NumBlocks, | ||
| brp_buf * | Data, | ||
| size_t * | Data_len, | ||
| brp_mempool * | mempool | ||
| ) |
Reads several blocks (32 Byte) from the transponder using fast mode.
| [in] | protocol | used to execute the command |
| [in] | AdrLo | Block address (LSByte). |
| [in] | AdrHi | Block address (MSByte). |
| [in] | NumBlocks | Number of blocks to read. |
| [out] | Data | Data blocks. |
| [out] | Data_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 |