Click or drag to resize

ESDeviceIsAvailable Property

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.

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public override bool IsAvailable { get; }

Property Value

Type: Boolean

Implements

IDeviceC, PIsAvailable
See Also