BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_LT_Request | ( | brp_protocol | protocol, |
bool | ReqAll, | ||
brp_buf * | ATQA, | ||
brp_mempool * | mempool | ||
) |
According to the ReqAll flag, either only PICCs in idle state or also PICCs in halt state will be switched to ready state.
Only PICCs in ready state may be selected via the brp_LT_Select() command.
[in] | protocol | used to execute the command |
[in] | ReqAll | If set, all PICCs (even those in halt state) will be requested. |
[out] | ATQA | Answer To Request type A. |
[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 |