Android.Hardware.Usb.UsbEndpoint Members

The members of Android.Hardware.Usb.UsbEndpoint are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
AddressUsbAddressing. Returns the endpoint's address field.
[read-only]
Attributesint. Returns the endpoint's attributes field.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
DirectionUsbAddressing. Returns the endpoint's direction.
[read-only]
EndpointNumberint. Extracts the endpoint's endpoint number from its address
[read-only]
Intervalint. Returns the endpoint's interval field.
[read-only]
MaxPacketSizeint. Returns the endpoint's maximum packet size.
[read-only]
TypeUsbAddressing. Returns the endpoint's type.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.