BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_LT_ReadWord | ( | brp_protocol | protocol, |
unsigned | BlockAdr, | ||
unsigned | WordAdr, | ||
unsigned * | DataLo, | ||
unsigned * | DataHi | ||
) |
Reads a word (2 Byte) from the transponder.
[in] | protocol | used to execute the command |
[in] | BlockAdr | Block address. |
[in] | WordAdr | Word address within a block (0..15). |
[out] | DataLo | Data word (LSByte). |
[out] | DataHi | Data word (MSByte). |