Click or drag to resize
DeviceManagerTCreateVirtualDevice Method
Creates a virtual device with a file as a backing store.

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

Parameters

fileName
Type: SystemString
The full path to the file containing the device data.

Return Value

Type: VirtualDeviceAdapter
An VirtualDeviceAdapter object.

Implements

IDeviceManagerTCreateVirtualDevice(String)
Remarks
CreateVirtualDevice can be used to create a VirtualDeviceAdapter that can be used to read data from a file as opposed to a real connected device. No physical device is required to use this method. This is useful for debugging or loading raw data from a file downloaded from the
See Also