MraaUartBuffer class

UART RX/TX buffer.

Constructors

MraaUartBuffer()

Properties

byteData Uint8List
The TX/RX buffer for byte(Uint8) methods
getter/setter pair
byteLength int
Uint Length
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
utf8Data String
The TX/RX buffer for UTF8 methods
getter/setter pair
utf8Length int
UTF8 Length
no setter

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