![]() |
Bio Radio SDK - Xamarin Android
|
▼NCommonDeviceAPI | |
▼NAndroid | |
CAndroidTransportProvider | Class android transport provider. |
CBluetoothReceiver | Class - blue tooth receiver. |
CBluetoothSearchUtility | Blue tooth search utility device. |
CBlueToothTransport | Blue Tooth tranport class. |
CPairingService | |
CTcpTransport | Class - TCP Transport |
▼NGLNeuroTech | |
▼NDevices | |
▼NBioRadio | |
▼NConfiguration | |
CAuxiliaryChannelConfiguration | Describes the configuration of a Auxiliary channel. |
CBioPotentialChannelConfiguration | Bio Potential Channel Configuration - inherit from Channel Configuration |
CBioRadioConfiguration | The BioRadioConfiguration class encapsulates all settings that can be defined and programmed for the BioRadio. |
CBioRadioConfigurationJavaScriptConverter | Bio Radio Configuration - Java Script Converter (JsonConvereter) |
CChannelConfiguration | This class describes all settings that apply across all device channels. |
CEventMarkerChannelConfiguration | Represents the configuration of a BioRadio event marker channel. |
CMemsChannelConfiguration | Describes the configuration applied to the internal MEMS sensor of the BioRadio device. |
CNotConnectedExternalSensorConfiguration | 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. |
CPulseOxChannelConfiguration | Describes the configuration of a PulseOx PulseOx channel. |
▼NSignals | |
CAccelerometerSignal | A signal that represents Accelerometer data. |
CAuxiliarySignal | A Signal that represents heart rate data from a PulseOx device. |
CGsrSignal | A signal that represents GSR data. |
CGyroscopeSignal | A signal that represents Gyroscope data. |
CHeartRateSignal | A Signal that represents heart rate data from a PulseOx device. |
CPpgSignal | A signal that represents Photoplethysmogram data. |
CSpO2Signal | A signal representing blood oxygen saturation, or SPO2. |
CBatteryInfo | Battery Information data structure |
CBioPotentialSignal | A signal containing Biopotential data from a BioRadio device. |
CBioRadioButtonEventArgs | This class represents the BioRadio event marker button arguments. |
CBioRadioDevice | This class represents the BioRadio device. It provides methods to connect, Configure and acquire signal data from a BioRadio device. |
CBioRadioDeviceManager | This class is used to help with the searching and creation of BioRadioDevice objects |
CBioRadioSignal | Represents a BioRadio signal. This class can be used to read the configuration and any data that has been received during streaming. |
CNamespaceDoc | 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. |
CVirtualDeviceAdapter | Class is replacement for class found in original CommonDeviceApi |
▼NCommon | |
▼NFileTransfer | |
CIFileStreamProvider | An interface used to create a platform-specific provider for file creation. |
CMemoryFileStreamProvider | Memory file stream provider. |
▼NTransportLayer | |
▼NMocks | |
CMockTransportProvider | Mock transport provider class. |
CDeviceDataPacket | Device data packet Class. |
CIDeviceTransport | |
CITransportProvider | |
CBluetoothDeviceInfo | A container for information about discovered bluetooth devices. |
CCommunicationErrorArgs | Contains information specific to a DaqDevice communication error. |
CDaqDevice | The base class from which Great Lakes NeuroTechnologies data acquisition devices inherit. |
CDeviceFoundEventArgs | Class to hold information about the device that has been found |
CDeviceManager | The abstract base class responsible for detecting and instantiating Great Lakes NeuroTechnologies data acquisition devices. |
CDownloadProgressEventArgs | Container class for download progress information . |
CDownloadStatus | A class that describes the current status of an active download. |
CIDaqDevice | Interface to implement all common features of a Great Lakes NeuroTechnologies sensor device. |
CIDeviceManager | Interface that describes functionality common to all GLNT device manager classes. |
CIDeviceSearchUtility | Interface that describes common functionality for discovering devices. |
CInternalBufferOverflowException | Class for Internal Buffer Overflow Exception |
CIPairingService | Interface that describes common functionality for pairing devices. |
CMockDeviceSearchUtility | Mock Device Search Utility Class. |
CNamespaceDoc | 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. |
CSample | Represents one distinct sample of data read from a Great Lakes NeuroTechnologies DaqDevice. |
CSignal | Represents a single stream of samples from a device sensor. |
CSignalDataEventArgs | Provides a means of identifying a particular SignalGroup or Signal when a related event is raised. |
CSignalGroup | Represents a logical group of signals from a Great Lakes NeuroTechnologies device. |
CUnhandledExceptionEventArgs | Event arguments that describe an unhandled exception event |
CVirtualDeviceAdapter | Provides access to a "virtual" device that accepts input data from a file rather than streaming from a physical device. |