The CRCParameters type exposes the following members.

Properties

  NameDescription
Public propertyFinalXORValue
Gets or sets the final value to XOR with the CRC.
Public propertyInitialValue
Gets or sets the initial value of the CRC.
Public propertyOrder
Gets or sets the order of the CRC (e.g., how many bits).
Public propertyPolynomial
Gets or sets the polynomial to use in the CRC calculations.
Public propertyReflectInput
Gets or sets the value dictating whether or not to reflect the incoming data before calculating. (UART)

See Also