BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Ultralight_Read | ( | brp_protocol | protocol, |
unsigned | PageAdr, | ||
brp_buf * | PageData, | ||
brp_mempool * | mempool | ||
) |
Standard read command for Ultralight cards.
Command returns 4 pages of a card (16 byte).
[in] | protocol | used to execute the command |
[in] | PageAdr | Page address |
[out] | PageData | Returns content of 4 pages. |
[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 |