Click or drag to resize
DaqDeviceStartRecording Method
Starts recording raw device data stream 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
public void StartRecording(
	string fileName
)

Parameters

fileName
Type: SystemString
The path to the file to be written. If the file exists, it will be overwritten.

Implements

IDaqDeviceStartRecording(String)
See Also