|
DaqDeviceIsRecording Property |
Indicates whether the device is currently recording the raw data stream to a file.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public bool IsRecording { get; set; }
Public Property IsRecording As Boolean
Get
Set
public:
property bool IsRecording {
bool get ();
void set (bool value);
}
member IsRecording : bool with get, set
Property Value
Type:
BooleanSee Also