BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Hitag_Write | ( | brp_protocol | protocol, |
unsigned | Address, | ||
bool | KeyB, | ||
bool | Encrypt, | ||
bool | BlockWrite, | ||
unsigned * | PageNr, | ||
size_t | PageNr_len | ||
) |
Writes data to a Hitag1/S label.
[in] | protocol | used to execute the command |
[in] | Address | Page address of a label. |
[in] | KeyB | B2 = 1: for Hitag1: KeyB will be used for authentification. |
[in] | Encrypt | B1 = 1: for Hitag1: block will be read encrypted. |
[in] | BlockWrite | B0 = 1: block(up to 4 pages) will be read instead of a single block. |
[in] | PageNr | |
[in] | PageNr_len |