FrameParser class

Constructors

FrameParser({int stx = 0x02, int etx = 0x03, int dle = 0x10, bool includeTrailingControl = false})

Properties

dle int
final
etx int
final
hashCode int
The hash code for this object.
no setterinherited
includeTrailingControl bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stx int
final

Methods

feed(Uint8List chunk) List<Uint8List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
toString() String
A string representation of this object.
inherited

Operators

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