|
DaqDeviceIsConnected Property |
Indicates whether the device is currently connected to the PC and able to receive commands.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public virtual bool IsConnected { get; protected set; }
Public Overridable Property IsConnected As Boolean
Get
Protected Set
public:
virtual property bool IsConnected {
bool get ();
protected: void set (bool value);
}
abstract IsConnected : bool with get, set
override IsConnected : bool with get, set
Property Value
Type:
BooleanImplements
IDaqDeviceIsConnectedSee Also