IDaqDevice Interface |
Namespace: GLNeuroTech.Devices.Common
The IDaqDevice type exposes the following members.
Name | Description | |
---|---|---|
Connect |
Connects to the device
| |
Disconnect |
Disconnects from the device.
| |
Dispose | Releases all resources used by the IDaqDevice | |
StartAcquisition |
Starts acquisition. Data will begin streaming to PC and filling signal buffers.
| |
StartRecording |
Starts recording to the specified file name.
| |
StopAcquisition |
Stops acquisition.
| |
StopRecording |
Stops the recording to file.
|
Name | Description | |
---|---|---|
FirmwareVersion |
The firmware version of the connected device.
| |
HardwareVersion |
The hardware version of the connected device.
| |
IsAcquiring |
Returns whether the device is currently acquiring data
| |
IsConnected |
True if device is connected. Otherwise, False.
| |
Name |
The name of the device. Typically this is the ID that is printed on the device's label.
| |
SignalGroups |
Returns a list of all signal groups supported by the device.
|
Name | Description | |
---|---|---|
CommunicationError |
Raised when a communication error occurs. Refer to the CommunicationErrorArgs object for additional information"/>
|