Lg.MakeMIMCRC
This command is deprecated. Do not use it in new code as we may remove it in the future!
Create CRC checksum at CRCAdr for a data block of
length Len present at address Adr. Depending
on the value of the CRCCalc flag given as a parameter
in the Lg.Select command, either an
8-bit or 16-bit checksum will be created.
Properties
- Command code: 0x110A
- Command timeout: 1500 ms
- Possible status codes: General status codes, Lg.ErrNomim, Lg.ErrInvalidCmd, Lg.ErrAccessDenied, Lg.ErrHf, Lg.ErrDataCorrupt, Lg.ErrCrc, Lg.ErrCommunication, Lg.ErrMimCorrupt, Lg.ErrBusy, Lg.NotInitialized
Parameters (request frame)
Name | Type/Size | Description |
---|---|---|
Adr | Integer (16 bits) | Address of block to use for CRC calculation. |
Len | Integer (8 bits) | Number of Bytes included in CRC calculation. |
CRCAdr | Integer (16 bits) | Address of the calculated CRC checksum. |
Returned values (response frame)
None