BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Mif_CommitReaderID | ( | brp_protocol | protocol, |
unsigned | Block, | ||
brp_buf * | EncTRI, | ||
size_t * | EncTRI_len, | ||
brp_mempool * | mempool | ||
) |
This commands commits a reader ID from a card and returns the encrypted TMRI to the host.
Authentication must take place before using this command.
[in] | protocol | used to execute the command |
[in] | Block | Value block number. |
[out] | EncTRI | Encrypted transaction reader ID |
[out] | EncTRI_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 |