Click or drag to resize

Connection Properties

The Connection 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 this connection instance to a Brainboxes Device is active
Public propertyStream
The Connections underlying stream class
Public propertyTimeout
The timeout for Stream reads and writes, and connection availability test
Top
See Also