![]() |
BALTECH Docs |
C API for BALTECH SDK
|
| brp_errcode brp_LT_FastWriteWord | ( | brp_protocol | protocol, |
| unsigned | BlockAdr, | ||
| unsigned | WordAdr, | ||
| unsigned | DataLo, | ||
| unsigned | DataHi | ||
| ) |
Writes a word to the transponder, write time is reduced (LT5).
| [in] | protocol | used to execute the command |
| [in] | BlockAdr | Block address. |
| [in] | WordAdr | Word address within a block (0..15). |
| [in] | DataLo | Data word (LSByte). |
| [in] | DataHi | Data word (MSByte). |