Click or drag to resize
BioRadioDeviceManagerGetBluetoothDevice Method
Attempt to connect to a BioRadio device using BlueTooth

Namespace: GLNeuroTech.Devices.BioRadio
Assembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax
public override BioRadioDevice GetBluetoothDevice(
	long macID
)

Parameters

macID
Type: SystemInt64
The mac ID of the device

Return Value

Type: BioRadioDevice
A BioRadioDevice object that represents the connected device.

Implements

IDeviceManagerTGetBluetoothDevice(Int64)
See Also