|
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.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public virtual T GetBluetoothDevice(
long macID
)
Public Overridable Function GetBluetoothDevice (
macID As Long
) As T
public:
virtual T GetBluetoothDevice(
long long macID
)
abstract GetBluetoothDevice :
macID : int64 -> 'T
override GetBluetoothDevice :
macID : int64 -> 'T
Parameters
- macID
- Type: SystemInt64
The address of the bluetooth device
Return Value
Type:
TImplements
IDeviceManagerTGetBluetoothDevice(Int64)See Also