UsbDeviceConnection.BulkTransferAsync Método

Definición

Sobrecargas

BulkTransferAsync(UsbEndpoint, Byte[], Int32, Int32)

public System.Threading.Tasks.Task<int> BulkTransferAsync(Android.Hardware.Usb.UsbEndpoint? endpoint, byte[]? buffer, int length, int timeout);
member this.BulkTransferAsync : Android.Hardware.Usb.UsbEndpoint * byte[] * int * int -> System.Threading.Tasks.Task<int>

Parámetros

endpoint
UsbEndpoint
buffer
Byte[]
length
Int32
timeout
Int32

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

BulkTransferAsync(UsbEndpoint, Byte[], Int32, Int32, Int32)

public System.Threading.Tasks.Task<int> BulkTransferAsync(Android.Hardware.Usb.UsbEndpoint? endpoint, byte[]? buffer, int offset, int length, int timeout);
member this.BulkTransferAsync : Android.Hardware.Usb.UsbEndpoint * byte[] * int * int * int -> System.Threading.Tasks.Task<int>

Parámetros

endpoint
UsbEndpoint
buffer
Byte[]
offset
Int32
length
Int32
timeout
Int32

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a