Click or drag to resize
IDaqDeviceStartRecording Method
Starts recording to the specified file name.

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
void StartRecording(
	string fileName
)

Parameters

fileName
Type: SystemString
The path to the file where the recording should be saved.
See Also