Click or drag to resize
SignalGetSamples Method
Iterates over all samples currently in the signal buffer.

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public IEnumerable<Sample> GetSamples()

Return Value

Type: IEnumerableSample
An enumerator object of Samples
See Also