Android.Hardware.Usb.UsbRequest.Initialize Method
Initializes the request so it can read or write data on the given endpoint.

Syntax

[Android.Runtime.Register("initialize", "(Landroid/hardware/usb/UsbDeviceConnection;Landroid/hardware/usb/UsbEndpoint;)Z", "GetInitialize_Landroid_hardware_usb_UsbDeviceConnection_Landroid_hardware_usb_UsbEndpoint_Handler")]
public virtual bool Initialize (UsbDeviceConnection connection, UsbEndpoint endpoint)

Parameters

connection
Documentation for this section has not yet been entered.
endpoint
the endpoint to be used for this request.

Returns

Documentation for this section has not yet been entered.

Remarks

Initializes the request so it can read or write data on the given endpoint. Whether the request allows reading or writing depends on the direction of the endpoint.

[Android Documentation]

Requirements

Namespace: Android.Hardware.Usb
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12