Click or drag to resize
DeviceManager<T>.GetBluetoothDevice Method
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.

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 GetBluetoothDevice(
	long macID
)

Parameters

macID
Type: System.Int64
The address of the bluetooth device

Return Value

Type: T

Implements

IDeviceManager<T>.GetBluetoothDevice(Int64)
See Also