LT.GetBootStatus
			
			This command has been deprecated. Do not use it in new code as we may remove it in the future.
				Retrieves the boot status of the reader, which describes the 
				state of the readers hardware. If a defect is detected during 
				the self-test of the reader, a bit will be set.
			
			Properties
- Command code: 0xA034
 - Command timeout: 100 ms
 - Possible status codes: General status codes
 
Parameters (request frame)
| Name | Type/Size | Description | 
|---|---|---|
| Mode | Integer (8 bits) | 1: read and reset boot status. | 
Returned values (response frame)
| Name | Type/Size | Description | 
|---|---|---|
| BootStatusLo | Integer (8 bits) | Bitmask with one bit for every peripheral of the reader (LSByte). | 
| BootStatusHi | Integer (8 bits) | Bitmask with one bit for every peripheral of the reader (MSByte). |