BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Pico_Select | ( | brp_protocol | protocol, |
brp_buf | ASNB, | ||
size_t | ASNB_len, | ||
brp_buf * | Serial, | ||
size_t * | Serial_len, | ||
brp_mempool * | mempool | ||
) |
Select PICC.
[in] | protocol | used to execute the command |
[in] | ASNB | Anticollision serial number of PICC |
[in] | ASNB_len | |
[out] | Serial | Effective serial number of PICC |
[out] | Serial_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 |