Lg.ReadMIM
This command has been deprecated. Do not use it in new code as we may remove it in the future.
Read Len Bytes from the currently selected
card/segment, starting at address Adr.
Properties
- Command code: 0x1106
- Command timeout: 100 ms
- Possible status codes: General status codes, Lg.ErrInvalidCmd , Lg.ErrAccessDenied, Lg.ErrDataCorrupt, Lg.ErrCommunication, Lg.ErrMimCorrupt, Lg.ErrBusy, Lg.NotInitialized
Parameters (request frame)
| Name | Type/Size | Description |
|---|---|---|
| Adr | Integer (16 bits) | Address of data to read. |
| Len | Integer (8 bits) | Number of Bytes to read (0x01 - 0x20). |
Returned values (response frame)
| Name | Type/Size | Description |
|---|---|---|
| DataAdr | Integer (16 bits) | Address of read data. |
| Length of Data | Integer (8 bits) |
Length of Data in bytes |
| Data | Raw data | Read data. |