LT.ReadBlock
			
			This command has been deprecated. Do not use it in new code as we may remove it in the future.
				Reads a block (32 Byte) from the transponder.
			
			Properties
- Command code: 0xA070
 - 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 | 
|---|---|---|
| Adr | Integer (8 bits) | Block address. | 
Returned values (response frame)
| Name | Type/Size | Description | 
|---|---|---|
| Data | Raw data (length 32 Bytes) | Data block (32 Byte). |