Click or drag to resize
IDeviceManagerTCreateVirtualDevice Method
Creates a reference to a Virtual Device object based on the recording file that is given.

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

Parameters

fileName
Type: SystemString
The path to the file containing the recording

Return Value

Type: VirtualDeviceAdapter
See Also