IBTDevice.ChooseDeviceByBTAddr Method
Device class that implemented this method, must provide implementation for resolving device by its BtAddr address.
[Visual Basic]
Function ChooseDeviceByBTAddr( _
ByVal
BtAddr As
UInt64 _
) As
Boolean
[C#]
bool ChooseDeviceByBTAddr(
ulong BtAddr);
Parameters
-
BtAddr
- An ulong address of the device by which to get RemoteDevice object used by the device class that implements this interface.
Return Value
Returns true, on success. Implementing class will then provide RemoteDevice object through GetDevice method.
See Also
IBTDevice Interface | BlueLibs.Components Namespace