ConnectionIsConnected Property |
Whether this connection instance to a Brainboxes Device is active
Namespace:
Brainboxes.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntaxpublic bool IsConnected { get; }
Public ReadOnly Property IsConnected As Boolean
Get
abstract IsConnected : bool with get
override IsConnected : bool with get
Property Value
Type:
BooleanImplements
IConnectionIsConnected
See Also