Uart class

Constructors

Uart(String device)

Properties

baudrate int
no getter
dataBits UartDataBits
no getter
device String
getter/setter pair
fd int
no setter
hashCode int
The hash code for this object.
no setterinherited
parityBits UartParityBits
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stopBits UartStopBits
no getter

Methods

dispose() → void
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
receive(int rxSize) Uint8List
receiveAvailable() int
toString() String
A string representation of this object.
inherited
transmit(Uint8List txBuf) → void

Operators

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