C API for BALTECH SDK

§ brp_LT_ContinousReadBlocks()

brp_errcode brp_LT_ContinousReadBlocks ( brp_protocol  protocol,
unsigned  Adr,
unsigned  NumBlocks,
brp_buf Data,
size_t *  Data_len,
brp_mempool mempool 
)

Reads several blocks (32 Byte) from the transponder. Faster read because transponder protocol has been optimized (LT5).

Parameters
[in]protocolused to execute the command
[in]AdrBlock address.
[in]NumBlocksNumber of blocks to read.
[out]DataData blocks.
[out]Data_len
[in]mempoolis 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
Deprecated:
This command may be removed in future!