Click or drag to resize
GLNeuroTech.Devices.Common Namespace
This namespace contains the base classes and structures that are common to all Great Lakes NeuroTechnologies sensor devices. Typically, applications will interact with objects that derive from the classes defined in this namespace. However, certain helper classes may be used by end-user applications.
Classes
  Class Description
Public class BluetoothDeviceInfo
A container for information about discovered bluetooth devices.
Public class CommunicationErrorArgs
Contains information specific to a DaqDevice communication error.
Public class DaqDevice
The base class from which Great Lakes NeuroTechnologies data acquisition devices inherit.
Public class DeviceManagerT
The abstract base class responsible for detecting and instantiating Great Lakes NeuroTechnologies data acquisition devices.
Public class DownloadProgressEventArgs
Container class for download progress information .
Public class DownloadStatus
A class that describes the current status of an active download.
Public class Sample
Represents one distinct sample of data read from a Great Lakes NeuroTechnologies DaqDevice.
Public class Signal
Represents a single stream of samples from a device sensor.
Public class SignalDataEventArgs
Provides a means of identifying a particular SignalGroup or Signal when a related event is raised.
Public class SignalGroup
Represents a logical group of signals from a Great Lakes NeuroTechnologies device.
Public class VirtualDeviceAdapter
Provides access to a "virtual" device that accepts input data from a file rather than streaming from a physical device.
Interfaces
  Interface Description
Public interface IDaqDevice
Interface to implement all common features of a Great Lakes NeuroTechnologies sensor device.
Public interface IDeviceManagerT
Interface that describes functionality common to all GLNT device manager classes.
Enumerations