Click or drag to resize
SignalGetRawValueArray Method
Gets an array of raw (unscaled) values from the signal.

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public long[] GetRawValueArray(
	int count
)

Parameters

count
Type: SystemInt32
The number of samples to read

Return Value

Type: Int64
An array of long values representing sequential readings from the device.
See Also