C API for BALTECH SDK

§ brp_LT_ReadBlock()

brp_errcode brp_LT_ReadBlock ( brp_protocol  protocol,
unsigned  Adr,
brp_buf Data,
brp_mempool mempool 
)

Reads a block (32 Byte) from the transponder.

Parameters
[in]protocolused to execute the command
[in]AdrBlock address.
[out]DataData block (32 Byte).
[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!