HeaderStatus class
immutable view of packet parsing status determine complete, error, or wait for more data as state machine state
Constructors
- HeaderStatus(Packet packet)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isChecksumValid → bool?
-
no setter
- isIdValid → bool?
-
no setter
- isLengthValid → bool?
-
no setter
- isPacketComplete → bool
-
is full length packet or greater, caller
ensure field are validbefore callingno setter - isStartValid → bool?
-
no setter
- packet → Packet
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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