public static Task<BluetoothDevice> RequestDeviceAsync(
RequestDeviceOptions options = null
)Public Shared Function RequestDeviceAsync (
Optional options As RequestDeviceOptions = Nothing
) As Task(Of BluetoothDevice)public:
static Task<BluetoothDevice^>^ RequestDeviceAsync(
RequestDeviceOptions^ options = nullptr
)static member RequestDeviceAsync :
?options : RequestDeviceOptions
(* Defaults:
let _options = defaultArg options null
*)
-> Task<BluetoothDevice> [Missing <param name="options"/> documentation for "M:InTheHand.Bluetooth.Bluetooth.RequestDeviceAsync(InTheHand.Bluetooth.RequestDeviceOptions)"]