Click or drag to resize
DeviceManagerT Class
The abstract base class responsible for detecting and instantiating Great Lakes NeuroTechnologies data acquisition devices.
Inheritance Hierarchy
SystemObject
  GLNeuroTech.Devices.CommonDeviceManagerT
    GLNeuroTech.Devices.BioRadioBioRadioDeviceManager

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public abstract class DeviceManager<T> : IDeviceManager<T>
where T : DaqDevice

Type Parameters

T
The specific type of Great Lakes NeuroTechnologies device for which this DeviceManager is responsible.

The DeviceManagerT type exposes the following members.

Constructors
  NameDescription
Public methodDeviceManagerT
Initializes a new instance of the DeviceManagerT class
Top
Methods
  NameDescription
Public methodCreateVirtualDevice
Creates a virtual device with a file as a backing store.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBluetoothDevice
Retrieves a reference to a T device based on a bluetooth connection. Use of this method requires a bluetooth radio installed on the host PC.
Public methodGetDeviceByComPort
Returns a device based on a predetermined serial COM port name.
Public methodGetDeviceByTcpAddress
Returns the device connected at the specified hostname and port
Public methodGetDevices
Returns a list of all devices connected to the PC.
Public methodGetFirstDevice
Returns the first Great Lakes NeuroTechnologies device of type T that is discovered connected to the PC.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyIsBluetoothRadioEnabled
Indicates whether the system's bluetooth radio is currently enabled.
Top
Remarks
This is an abstract class and is not intended to be used directly in user programs.
See Also