Click or drag to resize
IDeviceManagerT Interface
Interface that describes functionality common to all GLNT device manager classes.

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public interface IDeviceManager<out T>
where T : IDaqDevice

Type Parameters

T
A type that implments IDaqDevice

The IDeviceManagerT type exposes the following members.

Methods
  NameDescription
Public methodCreateVirtualDevice
Creates a reference to a Virtual Device object based on the recording file that is given.
Public methodGetBluetoothDevice
Returns a reference to a device connected over bluetooth
Public methodGetDeviceByComPort
Returns a reference to the device at the specified COM port.
Public methodGetDevices
Returns a list of all discovered devices.
Public methodGetFirstDevice
Returns the first device that is found.
Top
See Also