Bio Radio SDK - Xamarin Android
GLNeuroTech.Devices.Common Namespace Reference

Namespaces

namespace  FileTransfer
 
namespace  TransportLayer
 

Classes

class  BluetoothDeviceInfo
 A container for information about discovered bluetooth devices. More...
 
class  CommunicationErrorArgs
 Contains information specific to a DaqDevice communication error. More...
 
class  DaqDevice
 The base class from which Great Lakes NeuroTechnologies data acquisition devices inherit. More...
 
class  DeviceFoundEventArgs
 Class to hold information about the device that has been found More...
 
class  DeviceManager
 The abstract base class responsible for detecting and instantiating Great Lakes NeuroTechnologies data acquisition devices. More...
 
class  DownloadProgressEventArgs
 Container class for download progress information . More...
 
class  DownloadStatus
 A class that describes the current status of an active download. More...
 
class  GenericDevice
 This class can be used by device managers to create a generic device with DeviceType info only
 
interface  IDaqDevice
 Interface to implement all common features of a Great Lakes NeuroTechnologies sensor device. More...
 
interface  IDeviceManager
 Interface that describes functionality common to all GLNT device manager classes. More...
 
interface  IDeviceSearchUtility
 Interface that describes common functionality for discovering devices. More...
 
class  InternalBufferOverflowException
 Class for Internal Buffer Overflow Exception More...
 
interface  IPairingService
 Interface that describes common functionality for pairing devices. More...
 
class  MockDeviceSearchUtility
 Mock Device Search Utility Class. More...
 
class  NamespaceDoc
 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. More...
 
class  RingBufferStream
 
class  Sample
 Represents one distinct sample of data read from a Great Lakes NeuroTechnologies DaqDevice. More...
 
class  Signal
 Represents a single stream of samples from a device sensor. More...
 
class  SignalDataEventArgs
 Provides a means of identifying a particular SignalGroup or Signal when a related event is raised. More...
 
class  SignalGroup
 Represents a logical group of signals from a Great Lakes NeuroTechnologies device. More...
 
class  TraceLogger
 
class  TraceManager
 This static class is used manage tracing throughout the API
 
class  TraceSwitch
 
class  UnhandledExceptionEventArgs
 Event arguments that describe an unhandled exception event More...
 
class  VirtualDeviceAdapter
 Provides access to a "virtual" device that accepts input data from a file rather than streaming from a physical device. More...
 

Enumerations

enum  TraceLoggerLevel {
  TraceLoggerLevel.Verbose, TraceLoggerLevel.Info, TraceLoggerLevel.Warning, TraceLoggerLevel.Error,
  TraceLoggerLevel.Critical
}
 Trace logger level enum. More...
 

Enumeration Type Documentation

◆ TraceLoggerLevel

Trace logger level enum.

Enumerator
Verbose 
Info 
Warning 
Error 
Critical