ConnectionIsAvailable Property |
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.
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsAvailable { get; }
Public ReadOnly Property IsAvailable As Boolean
Get
abstract IsAvailable : bool with get
override IsAvailable : bool with get
Property Value
BooleanImplements
IConnectionIsAvailableSee Also