Click or drag to resize
DeviceManagerTGetBluetoothDevice 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: SystemInt64
The address of the bluetooth device

Return Value

Type: T

Implements

IDeviceManagerTGetBluetoothDevice(Int64)
See Also