Click or drag to resize
IDaqDevice Interface
Interface to implement all common features of a Great Lakes NeuroTechnologies sensor device.

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public interface IDaqDevice

The IDaqDevice type exposes the following members.

Methods
  NameDescription
Public methodConnect
Connects to the device
Public methodDisconnect
Disconnects from the device.
Public methodDispose
Releases all resources used by the IDaqDevice
Public methodStartAcquisition
Starts acquisition. Data will begin streaming to PC and filling signal buffers.
Public methodStartRecording
Starts recording to the specified file name.
Public methodStopAcquisition
Stops acquisition.
Public methodStopRecording
Stops the recording to file.
Top
Properties
  NameDescription
Public propertyFirmwareVersion
The firmware version of the connected device.
Public propertyHardwareVersion
The hardware version of the connected device.
Public propertyIsAcquiring
Returns whether the device is currently acquiring data
Public propertyIsConnected
True if device is connected. Otherwise, False.
Public propertyName
The name of the device. Typically this is the ID that is printed on the device's label.
Public propertySignalGroups
Returns a list of all signal groups supported by the device.
Top
Events
  NameDescription
Public eventCommunicationError
Raised when a communication error occurs. Refer to the CommunicationErrorArgs object for additional information"/>
Top
See Also