BlueLibs documentation

BTScanner.GetDeviceByBTAddr Method 

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

[Visual Basic]
NotOverridable Public Function GetDeviceByBTAddr( _
   ByVal BtAddr As UInt64 _
) As RemoteDevice _
    Implements IBTScanner.GetDeviceByBTAddr
[C#]
public 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.

Implements

IBTScanner.GetDeviceByBTAddr

See Also

BTScanner Class | BlueLibs.Components Namespace