Serial |
The SerialConnection type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaudRate | The serial port baud rate |
![]() | IsAvailable |
Whether this connection to a Brainboxes Device is available, e.g. online or offline.
In case of network TCP connection: this is if the device is pingable on the network.
In case of serial connection: this is if the device COM port is listed on the system and not open by another process.
(Inherited from Connection) |
![]() | IsConnected |
Whether this connection instance to a Brainboxes Device is active
(Inherited from Connection) |
![]() | PortName | The name of the serial port |
![]() | Stream |
The Connections underlying stream class
(Inherited from Connection) |
![]() | Timeout | (Overrides ConnectionTimeout) |