Click or drag to resize
SampleSampleNumber Property
The incremental sample number associated with this sample.

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public uint SampleNumber { get; }

Property Value

Type: UInt32
Remarks
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.
See Also