DCB class Null safety Struct
Defines the control setting for a serial communications device.
- Inheritance
-
- Object
- NativeType
- Struct
- DCB
Constructors
- DCB()
Properties
- BaudRate ↔ int
-
@Uint32(), read / write
- bitfield ↔ int
-
@Uint32(), read / write
- ByteSize ↔ int
-
@Uint8(), read / write
- DCBlength ↔ int
-
@Uint32(), read / write
- EofChar ↔ int
-
@Uint8(), read / write
- ErrorChar ↔ int
-
@Uint8(), read / write
- EvtChar ↔ int
-
@Uint8(), read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- Parity ↔ int
-
@Uint8(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- StopBits ↔ int
-
@Uint8(), read / write
- wReserved ↔ int
-
@Uint16(), read / write
- wReserved1 ↔ int
-
@Uint16(), read / write
- XoffChar ↔ int
-
@Uint8(), read / write
- XoffLim ↔ int
-
@Uint16(), read / write
- XonChar ↔ int
-
@Uint8(), read / write
- XonLim ↔ int
-
@Uint16(), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited