Click or drag to resize
SignalGetRawValues Method (Int32)
Enumerates over raw values 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<long> GetRawValues(
	int count
)

Parameters

count
Type: SystemInt32
The number of values to read. Must be less than the total ReadingsAvailable

Return Value

Type: IEnumerableInt64
An enumerator object of long values
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also