BTScanner.GetDeviceByAddress Method
Searches for remote BT device by its BT address and returns RemoteDevice object for the found BT device.
[Visual Basic]
NotOverridable Public Function GetDeviceByAddress( _
ByVal
address As
String _
) As
RemoteDevice _
Parameters
-
address
- A BT address string of the BT device to look for.
Return Value
RemoteDevice object for the found remote BT device.
Implements
IScanner.GetDeviceByAddress
See Also
BTScanner Class | BlueLibs.Components Namespace