UsbRequest.Endpoint Property

Definition

Returns the endpoint for the request, or null if the request is not opened.

public virtual Android.Hardware.Usb.UsbEndpoint? Endpoint { [Android.Runtime.Register("getEndpoint", "()Landroid/hardware/usb/UsbEndpoint;", "GetGetEndpointHandler")] get; }
[<get: Android.Runtime.Register("getEndpoint", "()Landroid/hardware/usb/UsbEndpoint;", "GetGetEndpointHandler")>]
member this.Endpoint : Android.Hardware.Usb.UsbEndpoint

Property Value

the request's endpoint

Attributes

Remarks

Returns the endpoint for the request, or null if the request is not opened.

Java documentation for android.hardware.usb.UsbRequest.getEndpoint().

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