SerialReadEvent class

Result of a Serial.read operation.

Constructors

SerialReadEvent(int read, Pointer<Uint8> buf)

Properties

count int
getter/setter pair
data List<int>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isTimeout bool
timeout flag of Serial.read operation
getter/setter pair
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
Converts the serial data to a string.
override
uf8ToString([bool allowMalformed = false]) String
Converts the serial data (UTF8 format) to a string.

Operators

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