CRC8MAXIM class

Name: CRC-8/MAXIM x8+x5+x4+1 Poly: 0x31 Init: 0x00 Refin: True Refout: True Xorout: 0x00 Alias: DOW-CRC,CRC-8/IBUTTON Use: Maxim(Dallas)'s some devices,e.g. DS18B20

Inheritance

Constructors

CRC8MAXIM()

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.
inherited
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