The CrcParameters type exposes the following members.

Properties

  NameDescription
FinalXorValue
Gets or sets the final value to XOR with the CRC.
InitialValue
Gets or sets the initial value of the CRC.
Order
Gets or sets the order of the CRC (e.g., how many bits).
Polynomial
Gets or sets the polynomial to use in the CRC calculations.
ReflectInput
Gets or sets the value dictating whether or not to reflect the incoming data before calculating. (UART)

See Also