Click or drag to resize
BioRadioDeviceManager Class
This class is used to help with the searching and creation of BioRadioDevice objects
Inheritance Hierarchy
SystemObject
  GLNeuroTech.Devices.CommonDeviceManagerBioRadioDevice
    GLNeuroTech.Devices.BioRadioBioRadioDeviceManager

Namespace: GLNeuroTech.Devices.BioRadio
Assembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax
public class BioRadioDeviceManager : DeviceManager<BioRadioDevice>

The BioRadioDeviceManager type exposes the following members.

Constructors
  NameDescription
Public methodBioRadioDeviceManager
Initializes a new instance of the BioRadioDeviceManager class
Top
Methods
  NameDescription
Public methodCode exampleCreateVirtualDevice
Creates a virtual device wrapper to allow reading data from a file recorded by the BioRadio to its internal memory.
(Overrides DeviceManagerTCreateVirtualDevice(String).)
Public methodDiscoverBluetoothDevices
Performs a search for devices in the vicinity.
Public methodDispose
Releases all resources used by the BioRadioDeviceManager
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBluetoothDevice
Attempt to connect to a BioRadio device using BlueTooth
(Overrides DeviceManagerTGetBluetoothDevice(Int64).)
Public methodGetDeviceByComPort
Returns a device based on a predetermined serial COM port name.
(Inherited from DeviceManagerT.)
Public methodGetDeviceByTcpAddress
Returns the device connected at the specified hostname and port
(Inherited from DeviceManagerT.)
Public methodGetDevices
Returns a list of all devices connected to the PC.
(Inherited from DeviceManagerT.)
Public methodGetFirstDevice
Returns the first Great Lakes NeuroTechnologies device of type T that is discovered connected to the PC.
(Inherited from DeviceManagerT.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
See Also