|
DaqDeviceIsDeviceLocked Property |
Indicates whether the device is in locked mode.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public bool IsDeviceLocked { get; set; }
Public Property IsDeviceLocked As Boolean
Get
Set
public:
property bool IsDeviceLocked {
bool get ();
void set (bool value);
}
member IsDeviceLocked : bool with get, set
Property Value
Type:
BooleanRemarks 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