[Missing <summary> documentation for "M:InTheHand.Bluetooth.Bluetooth.ScanForDevicesAsync(InTheHand.Bluetooth.RequestDeviceOptions,System.Threading.CancellationToken)"]
public static Task<IReadOnlyCollection<BluetoothDevice>> ScanForDevicesAsync(
RequestDeviceOptions options = null,
CancellationToken cancellationToken = default
)
Public Shared Function ScanForDevicesAsync (
Optional options As RequestDeviceOptions = Nothing,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of IReadOnlyCollection(Of BluetoothDevice))
public:
static Task<IReadOnlyCollection<BluetoothDevice^>^>^ ScanForDevicesAsync(
RequestDeviceOptions^ options = nullptr,
CancellationToken cancellationToken = CancellationToken()
)
static member ScanForDevicesAsync :
?options : RequestDeviceOptions *
?cancellationToken : CancellationToken
(* Defaults:
let _options = defaultArg options null
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<IReadOnlyCollection<BluetoothDevice>>
[Missing <param name="options"/> documentation for "M:InTheHand.Bluetooth.Bluetooth.ScanForDevicesAsync(InTheHand.Bluetooth.RequestDeviceOptions,System.Threading.CancellationToken)"]
[Missing <param name="cancellationToken"/> documentation for "M:InTheHand.Bluetooth.Bluetooth.ScanForDevicesAsync(InTheHand.Bluetooth.RequestDeviceOptions,System.Threading.CancellationToken)"]
[Missing <returns> documentation for "M:InTheHand.Bluetooth.Bluetooth.ScanForDevicesAsync(InTheHand.Bluetooth.RequestDeviceOptions,System.Threading.CancellationToken)"]