BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Mif_Read | ( | brp_protocol | protocol, |
unsigned | Block, | ||
brp_buf * | BlockData, | ||
brp_mempool * | mempool | ||
) |
This command reads data from a specified block of the currently selected card, providing authentication has been performed beforehand.
[in] | protocol | used to execute the command |
[in] | Block | Block to read. |
[out] | BlockData | Data of selected block. |
[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 |