BlueLibs documentation

IBTScanner.GetDeviceByBTAddr Method 

Searches for remote BT device by its BT address and returns RemoteDevice object for the found BT device.

[Visual Basic]
Function GetDeviceByBTAddr( _
   ByVal BtAddr As UInt64 _
) As RemoteDevice
[C#]
RemoteDevice GetDeviceByBTAddr(
   ulong BtAddr
);

Parameters

BtAddr
A BT address of the BT device to look for.

Return Value

RemoteDevice object for the found remote BT device.

See Also

IBTScanner Interface | BlueLibs.Components Namespace