Bio Radio SDK - Xamarin Android
GLNeuroTech.Devices.Common.Sample Class Reference

Represents one distinct sample of data read from a Great Lakes NeuroTechnologies DaqDevice. More...

Properties

uint SampleNumber [get, set]
 The incremental sample number associated with this sample. More...
 
double Value [get, set]
 The value read from the device. More...
 

Detailed Description

Represents one distinct sample of data read from a Great Lakes NeuroTechnologies DaqDevice.

Property Documentation

◆ SampleNumber

uint GLNeuroTech.Devices.Common.Sample.SampleNumber
getset

The incremental sample number associated with this sample.

The SampleNumber should be incremented sequentially from one sample to the next. This allows a client process to verify samples are read in the correct order and no readings have been skipped.

◆ Value

double GLNeuroTech.Devices.Common.Sample.Value
getset

The value read from the device.