BTDevice.ChooseDevice Method
If Scanner is provided, opens a dialog and shows a list of devices to select BT device.
[Visual Basic]
NotOverridable Public Function ChooseDevice() As
Boolean
[C#]
public
bool ChooseDevice();
Return Value
Returns true if it was successfully selected a device different from null, otherwise the function returns false.
See Also
BTDevice Class | BlueLibs.Components Namespace