BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Mif_Request | ( | brp_protocol | protocol, |
unsigned | ReqAll, | ||
unsigned * | ATQA | ||
) |
Request labels in the field of the antenna.
ATQA is a two byte value (MSB first). This value is called tagtype and for MIFARE 1 CSCs, it is expected to be equal to 0x0004.
For new applications, the brp_Iso14a_Request() command should be used instead.
[in] | protocol | used to execute the command |
[in] | ReqAll | If set, all cards (even those in halt state) will be requested. Otherwise, only cards in idle state will be requested. |
[out] | ATQA | Answer to request. |