Click or drag to resize
DeviceManagerTGetFirstDevice Method
Returns the first Great Lakes NeuroTechnologies device of type T that is discovered 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 T GetFirstDevice()

Return Value

Type: T
An object of type T that represents the first Great Lakes NeuroTechnologies device discovered.

Implements

IDeviceManagerTGetFirstDevice
Remarks
GetFirstDevice is useful when there is only one device connected to the host machine. In this instance, a call to this method will return an instance of that connected device. When there are multiple devices connected to the host machine, EnumerateDevices or GetDevices should be used instead.
See Also