FrameParser class
Constructors
- FrameParser({int stx = 0x02, int etx = 0x03, int dle = 0x10, bool includeTrailingControl = false})
Properties
Methods
-
feed(
Uint8List chunk) → List< Uint8List> - Feed a chunk; returns completed payloads (without STX/ETX).
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → void - Reset parser state (optional).
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited