Click or drag to resize

DeviceConn, Proto Properties

The DeviceConn, Proto type exposes the following members.

Properties
 NameDescription
Public propertyConnection The connection. If the connection is replaced and the previous connection was connected, the new connection will be connected too
Public propertyIsAvailable Whether the connection to this 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 Brainboxes Device instance has an active connection
Public propertyLabel User definable label for the Device to help identify when many devices / when debugging
Public propertyProtocol Marking as virtual allows it to be overridden in the child class
Top
See Also