Description:
This method calculates the CRC checksum value according to the 16-bit CRC-CCITT specification after reversing all the data bytes.
Parameters:
|
[Required] |
Int |
"First byte to include (0=first byte in layer)" |
|
|
[Required] |
Int |
"Seed" |
|
|
[Optional] |
List |
"Swap Result" |
(Default value: NoSwap) |
|
List values: |
NoSwap |
||
|
Swap |
Example:
FIELD crc START_BIT (FromEnd 5) (Fixed 4) (Hex) "CRC" VERIFY (Check_CrcCCITTrevDataBytes 0 NoSwap)