BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Mif_GetCardVersion | ( | brp_protocol | protocol, |
brp_buf * | CardVersion, | ||
size_t * | CardVersion_len, | ||
brp_mempool * | mempool | ||
) |
This command returns HW- / SW- / Production-Information.
(only MIFARE+ EV1 and newer)
[in] | protocol | used to execute the command |
[out] | CardVersion | Card version information -> HW- / SW- / Prod-Information |
[out] | CardVersion_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 |