BlueLibs documentation

BTDevice.ChooseDeviceByName Method 

If Scanner is provided, the function resolves the DevName name of the device and provides a RemoteDevice object associated with this device to use by this component.

[Visual Basic]
NotOverridable Public Function ChooseDeviceByName( _
   ByVal DevName As String _
) As Boolean
[C#]
public bool ChooseDeviceByName(
   string DevName
);

Parameters

DevName
A string that represent the human readable name of the device to get its RemoteDevice object.

Return Value

Returns true, if it is successfully resolved, otherwise the function returns false.

See Also

BTDevice Class | BlueLibs.Components Namespace