|
DaqDeviceUnlockDevice Method |
Sends the unlock command to the device.
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 UnlockDevice()
Public Overridable Function UnlockDevice As Boolean
public:
virtual bool UnlockDevice()
abstract UnlockDevice : unit -> bool
override UnlockDevice : unit -> bool
Return Value
Type:
BooleanBoolean value indicating whether the unlock command was successful.
See Also