Click or drag to resize
DeviceManagerTGetDevices Method
Returns a list of all devices connected to the PC.

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 IEnumerable<T> GetDevices()

Return Value

Type: IEnumerableT
An enumerable object containing all connected devices of type T.

Implements

IDeviceManagerTGetDevices
See Also