UsbDeviceConnection.RequestWaitAsync Method

Definition

Overloads

RequestWaitAsync()
RequestWaitAsync(Int64)

RequestWaitAsync()

public System.Threading.Tasks.Task<Android.Hardware.Usb.UsbRequest?> RequestWaitAsync ();
member this.RequestWaitAsync : unit -> System.Threading.Tasks.Task<Android.Hardware.Usb.UsbRequest>

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

RequestWaitAsync(Int64)

public System.Threading.Tasks.Task<Android.Hardware.Usb.UsbRequest?> RequestWaitAsync (long timeout);
member this.RequestWaitAsync : int64 -> System.Threading.Tasks.Task<Android.Hardware.Usb.UsbRequest>

Parameters

timeout
Int64

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to