C API for BALTECH SDK

§ brp_LT_Request()

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 LT.Select command.

Parameters
[in]protocolused to execute the command
[in]ReqAllIf set, all PICCs (even those in halt state) will be requested.
[out]ATQAAnswer To Request type A.
[in]mempoolis 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
Deprecated:
This command may be removed in future!