DCB class Struct

Defines the control setting for a serial communications device.

Inheritance

Constructors

DCB()

Properties

BaudRate int
getter/setter pair
bitfield int
getter/setter pair
ByteSize int
getter/setter pair
DCBlength int
getter/setter pair
EofChar int
getter/setter pair
ErrorChar int
getter/setter pair
EvtChar int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Parity int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
StopBits int
getter/setter pair
wReserved int
getter/setter pair
wReserved1 int
getter/setter pair
XoffChar int
getter/setter pair
XoffLim int
getter/setter pair
XonChar int
getter/setter pair
XonLim int
getter/setter pair

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