Click or drag to resize
DaqDeviceIsDeviceLocked Property
Indicates whether the device is in locked mode.

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public bool IsDeviceLocked { get; set; }

Property Value

Type: Boolean
Remarks
When a device is locked, the only commands that can be issued are to start and stop acquisition. All other commands are disabled.
See Also