CRC8ROHC class

Name: CRC-8/ROHC x8+x2+x+1 Poly: 0x07 Init: 0xFF Refin: True Refout: True Xorout: 0x00 Note:

Inheritance

Constructors

CRC8ROHC()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wCRCin int
getter/setter pairinherited

Methods

getBinaryValue() String
Returns the current checksum binary value.
inherited
getHexValue() String
Returns the current checksum hex value.
inherited
getValue() int
Returns the current checksum value.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Resets the checksum to its initial value.
override
toString() String
A string representation of this object.
inherited
update(Uint8List ints, [int off = 0, int? len]) → void
使用指定的字节数组更新当前校验和
inherited
updateInt(int b) → void
使用指定字节更新当前校验和
override
updateList(List<int> ints, [int off = 0, int? len]) → void
使用指定的字节数组更新当前校验和
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited