|
DaqDeviceIsAcquiring Property |
Indicates whether the device is currently streaming signal data to the PC.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public bool IsAcquiring { get; protected set; }
Public Property IsAcquiring As Boolean
Get
Protected Set
public:
virtual property bool IsAcquiring {
bool get () sealed;
protected: void set (bool value) sealed;
}
abstract IsAcquiring : bool with get, set
override IsAcquiring : bool with get, set
Property Value
Type:
BooleanImplements
IDaqDeviceIsAcquiringSee Also