|
BioRadioDeviceManagerGetBluetoothDevice Method |
Attempt to connect to a BioRadio device using BlueTooth
Namespace: GLNeuroTech.Devices.BioRadioAssembly: BioRadioAPI (in BioRadioAPI.dll) Version: 1.0.266.19973 (1.0.266.19973)
Syntax public override BioRadioDevice GetBluetoothDevice(
long macID
)
Public Overrides Function GetBluetoothDevice (
macID As Long
) As BioRadioDevice
public:
virtual BioRadioDevice^ GetBluetoothDevice(
long long macID
) override
abstract GetBluetoothDevice :
macID : int64 -> BioRadioDevice
override GetBluetoothDevice :
macID : int64 -> BioRadioDevice
Parameters
- macID
- Type: SystemInt64
The mac ID of the device
Return Value
Type:
BioRadioDeviceA
BioRadioDevice object that represents the connected device.
Implements
IDeviceManagerTGetBluetoothDevice(Int64)See Also