IConnection Properties |
The IConnection type exposes the following members.
Name | Description | |
---|---|---|
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. | |
IsConnected | Whether the Brainboxes Device has an active connection from this connection instance | |
Stream | The Connections underlying stream which it exposes once a connection has been initiated | |
Timeout | Timeout for Reads and Writes |