LT.WriteBlockExtended
This command has been deprecated. Do not use it in new code as we may remove it in the future.
Writes a block (32 Byte) to the transponder using a 16-bit
block address.
Properties
- Command code: 0xA081
- Command timeout: 100 ms
- Possible status codes: General status codes, LT.ErrLtNoTag, LT.LtNackReceived, LT.ErrLtCrc, LT.ErrLtParity, LT.ErrLtHf, LT.ErrLtBitcount, LT.ErrLtCom
Parameters (request frame)
| Name | Type/Size | Description |
|---|---|---|
| AdrLo | Integer (8 bits) | Block address (LSByte). |
| AdrHi | Integer (8 bits) | Block address (MSByte). |
| Data | Raw data (length 32 Bytes) | Data block (32 Byte). |
Returned values (response frame)
None