CRC16Params class
Predefined polynomials for CRC-16.
The predefined polynomials comes from various sources:
Constructors
- CRC16Params(int poly, {int seed = 0, int xorOut = 0, bool reversed = false})
- Create a custom polynomial for CRC-16
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Polynomial name
final
- poly → int
-
Polynomial value
final
- reversed → bool
-
To use the reverse of the polynomial
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seed → int
-
Initial CRC
final
- xorOut → int
-
Output XOR value
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- ansi → const CRC16Params
- arc → const CRC16Params
- arinc → const CRC16Params
- arinc453 → const CRC16Params
- augCcitt → const CRC16Params
- autosar → const CRC16Params
- bluetooth → const CRC16Params
- buypass → const CRC16Params
- ccitt → const CRC16Params
- ccittFalse → const CRC16Params
- cdma2000 → const CRC16Params
- cms → const CRC16Params
- dds110 → const CRC16Params
- dectR → const CRC16Params
- dectX → const CRC16Params
- dnp → const CRC16Params
- en13757 → const CRC16Params
- genibus → const CRC16Params
- gsm → const CRC16Params
- ibm → const CRC16Params
- ibm3740 → const CRC16Params
- ibmSdlc → const CRC16Params
- iso → const CRC16Params
- kermit → const CRC16Params
- lha → const CRC16Params
- lj1200 → const CRC16Params
- m17 → const CRC16Params
- maximDow → const CRC16Params
- mcrf4xx → const CRC16Params
- modbus → const CRC16Params
- nrsc5 → const CRC16Params
- opensafetyA → const CRC16Params
- opensafetyB → const CRC16Params
- profibus → const CRC16Params
- riello → const CRC16Params
- spiFujitsu → const CRC16Params
- t10Dif → const CRC16Params
- teledisk → const CRC16Params
- tms37157 → const CRC16Params
- umts → const CRC16Params
- usb → const CRC16Params
- x25 → const CRC16Params
- xmodem → const CRC16Params