UsbInterface.EndpointCount Property

Definition

Returns the number of android.hardware.usb.UsbEndpoints this interface contains.

public virtual int EndpointCount { [Android.Runtime.Register("getEndpointCount", "()I", "GetGetEndpointCountHandler")] get; }
[<get: Android.Runtime.Register("getEndpointCount", "()I", "GetGetEndpointCountHandler")>]
member this.EndpointCount : int

Property Value

the number of endpoints

Attributes

Remarks

Returns the number of android.hardware.usb.UsbEndpoints this interface contains.

Java documentation for android.hardware.usb.UsbInterface.getEndpointCount().

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