LT.ReadWord
			
			This command has been deprecated. Do not use it in new code as we may remove it in the future.
				Reads a word (2 Byte) from the transponder.
			
			Properties
- Command code: 0xA072
 - 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 | 
|---|---|---|
| BlockAdr | Integer (8 bits) | Block address. | 
| WordAdr | Integer (8 bits) | Word address within a block (0..15). | 
Returned values (response frame)
| Name | Type/Size | Description | 
|---|---|---|
| DataLo | Integer (8 bits) | Data word (LSByte). | 
| DataHi | Integer (8 bits) | Data word (MSByte). |