Click or drag to resize

IConnection Properties

The IConnection type exposes the following members.

Properties
  NameDescription
Public propertyIsAvailable
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.
Public propertyIsConnected
Whether the Brainboxes Device has an active connection from this connection instance
Public propertyStream
The Connections underlying stream which it exposes once a connection has been initiated
Public propertyTimeout
Timeout for Reads and Writes
Top
See Also