DeviceConn, ProtoIsConnected Property |
Whether this Brainboxes Device instance has an active connection
Namespace:
Brainboxes.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntaxpublic virtual bool IsConnected { get; }
Public Overridable ReadOnly Property IsConnected As Boolean
Get
abstract IsConnected : bool with get
override IsConnected : bool with get
Property Value
Type:
BooleanImplements
IDeviceC, PIsConnected
See Also