FMSHeader class
Constructors
- FMSHeader()
- FMSHeader.fromBuffer(Uint8List buffer, {bool calcChecksum = false})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pktChecksum ↔ int
-
getter/setter pair
- pktClass ↔ int
-
getter/setter pair
- pktCommand ↔ int
-
getter/setter pair
- pktDatasize1 ↔ int
-
getter/setter pair
- pktDatasize2 ↔ int
-
getter/setter pair
- pktError ↔ int
-
getter/setter pair
- pktParam1 ↔ int
-
getter/setter pair
- pktParam2 ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get(
) → Uint8List -
getExtraDataSize(
) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
Uint8List buffer, {bool calcChecksum = false}) → void -
setCheckSum(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited