|
IDaqDeviceStartRecording Method |
Starts recording to the specified file name.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax void StartRecording(
string fileName
)
Sub StartRecording (
fileName As String
)
void StartRecording(
String^ fileName
)
abstract StartRecording :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
The path to the file where the recording should be saved.
See Also