Check_CrcLRC

Description:

This method calculates the Longitudinal Redundancy Check CRC. The method XORs each byte in the layer, starting with the byte specified in the first parameter. The result is an 8-bit value.

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 bcc (Fixed 1) (Hex) "BCC" VERIFY (Check_CrcLRC 1 0)