![]() |
Bio Radio SDK - Xamarin Android
|
CGLNeuroTech.Devices.BioRadio.BatteryInfo | Battery Information data structure |
CGLNeuroTech.Devices.BioRadio.Configuration.BioRadioConfigurationJavaScriptConverter | Bio Radio Configuration - Java Script Converter (JsonConvereter) |
CGLNeuroTech.Devices.Common.BluetoothDeviceInfo | A container for information about discovered bluetooth devices. |
▼CBroadcastReceiver | |
CCommonDeviceAPI.Android.BluetoothReceiver | Class - blue tooth receiver. |
▼CGLNeuroTech.Devices.BioRadio.Configuration.ChannelConfiguration | This class describes all settings that apply across all device channels. |
CGLNeuroTech.Devices.BioRadio.Configuration.AuxiliaryChannelConfiguration | Describes the configuration of a Auxiliary channel. |
CGLNeuroTech.Devices.BioRadio.Configuration.BioPotentialChannelConfiguration | Bio Potential Channel Configuration - inherit from Channel Configuration |
CGLNeuroTech.Devices.BioRadio.Configuration.EventMarkerChannelConfiguration | Represents the configuration of a BioRadio event marker channel. |
CGLNeuroTech.Devices.BioRadio.Configuration.MemsChannelConfiguration | Describes the configuration applied to the internal MEMS sensor of the BioRadio device. |
CGLNeuroTech.Devices.BioRadio.Configuration.NotConnectedExternalSensorConfiguration | Represents the configuration for an external sensor that is not actually connected. This is intended as a helper class to indicate that there is no sensor at a particular index. |
CGLNeuroTech.Devices.BioRadio.Configuration.PulseOxChannelConfiguration | Describes the configuration of a PulseOx PulseOx channel. |
▼CDaqDevice | |
CGLNeuroTech.Devices.BioRadio.BioRadioDevice | This class represents the BioRadio device. It provides methods to connect, Configure and acquire signal data from a BioRadio device. |
CGLNeuroTech.Devices.Common.TransportLayer.DeviceDataPacket | Device data packet Class. |
▼CGLNeuroTech.Devices.Common.DeviceManager< BioRadioDevice > | |
CGLNeuroTech.Devices.BioRadio.BioRadioDeviceManager | This class is used to help with the searching and creation of BioRadioDevice objects |
CGLNeuroTech.Devices.Common.DownloadStatus | A class that describes the current status of an active download. |
▼CEventArgs | |
CGLNeuroTech.Devices.BioRadio.BioRadioButtonEventArgs | This class represents the BioRadio event marker button arguments. |
CGLNeuroTech.Devices.Common.CommunicationErrorArgs | Contains information specific to a DaqDevice communication error. |
CGLNeuroTech.Devices.Common.DeviceFoundEventArgs | Class to hold information about the device that has been found |
CGLNeuroTech.Devices.Common.DownloadProgressEventArgs | Container class for download progress information . |
CGLNeuroTech.Devices.Common.SignalDataEventArgs | Provides a means of identifying a particular SignalGroup or Signal when a related event is raised. |
CGLNeuroTech.Devices.Common.UnhandledExceptionEventArgs | Event arguments that describe an unhandled exception event |
▼CException | |
CGLNeuroTech.Devices.Common.InternalBufferOverflowException | Class for Internal Buffer Overflow Exception |
▼CICloneable | |
CGLNeuroTech.Devices.BioRadio.Configuration.BioRadioConfiguration | The BioRadioConfiguration class encapsulates all settings that can be defined and programmed for the BioRadio. |
CGLNeuroTech.Devices.Common.IDeviceManager< out out T > | Interface that describes functionality common to all GLNT device manager classes. |
CGLNeuroTech.Devices.Common.IDeviceManager< BioRadioDevice > | |
▼CGLNeuroTech.Devices.Common.IDeviceManager< T > | |
CGLNeuroTech.Devices.Common.DeviceManager< T > | The abstract base class responsible for detecting and instantiating Great Lakes NeuroTechnologies data acquisition devices. |
▼CGLNeuroTech.Devices.Common.IDeviceSearchUtility | Interface that describes common functionality for discovering devices. |
CCommonDeviceAPI.Android.BluetoothSearchUtility | Blue tooth search utility device. |
CGLNeuroTech.Devices.Common.MockDeviceSearchUtility | Mock Device Search Utility Class. |
▼CIDisposable | |
CCommonDeviceAPI.Android.BluetoothSearchUtility | Blue tooth search utility device. |
CGLNeuroTech.Devices.BioRadio.VirtualDeviceAdapter | Class is replacement for class found in original CommonDeviceApi |
CGLNeuroTech.Devices.Common.DaqDevice | The base class from which Great Lakes NeuroTechnologies data acquisition devices inherit. |
CGLNeuroTech.Devices.Common.FileTransfer.MemoryFileStreamProvider | Memory file stream provider. |
▼CGLNeuroTech.Devices.Common.IDaqDevice | Interface to implement all common features of a Great Lakes NeuroTechnologies sensor device. |
CGLNeuroTech.Devices.Common.DaqDevice | The base class from which Great Lakes NeuroTechnologies data acquisition devices inherit. |
▼CGLNeuroTech.Devices.Common.Signal | Represents a single stream of samples from a device sensor. |
▼CGLNeuroTech.Devices.BioRadio.BioRadioSignal | Represents a BioRadio signal. This class can be used to read the configuration and any data that has been received during streaming. |
▼CGLNeuroTech.Devices.BioRadio.BioPotentialSignal | A signal containing Biopotential data from a BioRadio device. |
CGLNeuroTech.Devices.BioRadio.Signals.GsrSignal | A signal that represents GSR data. |
CGLNeuroTech.Devices.BioRadio.Signals.AccelerometerSignal | A signal that represents Accelerometer data. |
CGLNeuroTech.Devices.BioRadio.Signals.AuxiliarySignal | A Signal that represents heart rate data from a PulseOx device. |
CGLNeuroTech.Devices.BioRadio.Signals.GyroscopeSignal | A signal that represents Gyroscope data. |
CGLNeuroTech.Devices.BioRadio.Signals.HeartRateSignal | A Signal that represents heart rate data from a PulseOx device. |
CGLNeuroTech.Devices.BioRadio.Signals.PpgSignal | A signal that represents Photoplethysmogram data. |
CGLNeuroTech.Devices.BioRadio.Signals.SpO2Signal | A signal representing blood oxygen saturation, or SPO2. |
CGLNeuroTech.Devices.Common.SignalGroup | Represents a logical group of signals from a Great Lakes NeuroTechnologies device. |
▼CGLNeuroTech.Devices.Common.TransportLayer.IDeviceTransport | |
CCommonDeviceAPI.Android.BlueToothTransport | Blue Tooth tranport class. |
CCommonDeviceAPI.Android.TcpTransport | Class - TCP Transport |
CGLNeuroTech.Devices.Common.VirtualDeviceAdapter | Provides access to a "virtual" device that accepts input data from a file rather than streaming from a physical device. |
▼CIEnumerable | |
CGLNeuroTech.Devices.Common.SignalGroup | Represents a logical group of signals from a Great Lakes NeuroTechnologies device. |
▼CGLNeuroTech.Devices.Common.FileTransfer.IFileStreamProvider | An interface used to create a platform-specific provider for file creation. |
CGLNeuroTech.Devices.Common.FileTransfer.MemoryFileStreamProvider | Memory file stream provider. |
▼CGLNeuroTech.Devices.Common.IPairingService | Interface that describes common functionality for pairing devices. |
CCommonDeviceAPI.Android.PairingService | |
▼CGLNeuroTech.Devices.Common.TransportLayer.ITransportProvider | |
CCommonDeviceAPI.Android.AndroidTransportProvider | Class android transport provider. |
CGLNeuroTech.Devices.Common.TransportLayer.Mocks.MockTransportProvider | Mock transport provider class. |
▼CIXmlSerializable | |
CGLNeuroTech.Devices.BioRadio.Configuration.BioRadioConfiguration | The BioRadioConfiguration class encapsulates all settings that can be defined and programmed for the BioRadio. |
CGLNeuroTech.Devices.BioRadio.NamespaceDoc | This is the main namespace used to interact with the BioRadio Data Acquisition device. It contains classes and operations used to locate, configure and acquire data from the device. |
CGLNeuroTech.Devices.Common.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. |
CGLNeuroTech.Devices.Common.Sample | Represents one distinct sample of data read from a Great Lakes NeuroTechnologies DaqDevice. |