Class CyclicRedundancyCheckOptions
Configuration options for CyclicRedundancyCheck.
public class CyclicRedundancyCheckOptions : ConvertibleOptions, IParameterObject
  - Inheritance
 - 
      
      
      
      CyclicRedundancyCheckOptions
 
- Implements
 
- Inherited Members
 
Constructors
CyclicRedundancyCheckOptions()
Initializes a new instance of the CyclicRedundancyCheckOptions class.
public CyclicRedundancyCheckOptions()
  Remarks
The following table shows the initial property values for an instance of CyclicRedundancyCheckOptions.
| Property | Initial Value | 
|---|---|
| ByteOrder | BigEndian | 
| ReflectOutput | false | 
| ReflectInput | false | 
Properties
ReflectInput
Gets or sets a value indicating whether each byte is reflected before being processed.
public bool ReflectInput { get; set; }
  Property Value
- bool
 trueif each byte is reflected before being processed; otherwise,false.
Remarks
More information can be found @ http://www.ross.net/crc/download/crc_v3.txt
ReflectOutput
Gets or sets a value indicating whether the final register value is reflected first.
public bool ReflectOutput { get; set; }
  Property Value
- bool
 trueif the final register value is reflected first; otherwise,false.
Remarks
More information can be found @ http://www.ross.net/crc/download/crc_v3.txt