off attribute
Specifies an offset value to be added to the calculated CRC.
Content Type
int
Parent
Remarks
Only valid if the CRC type is set to one of the following values:
- LSB after sum
- LSB after subtract
- Rest
- Subtract
- Sum
Note
The off attribute is executed before the mod attribute. See also: Internal calculation sequence.
Examples
<Param>
<CRC>
<Type off="128">REST</Type>
...