Android.Hardware.Usb.UsbEndpoint.Address Property
Returns the endpoint's address field.

Syntax

[get: Android.Runtime.Register("getAddress", "()I", "GetGetAddressHandler")]
public virtual UsbAddressing Address { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the endpoint's address field. The address is a bitfield containing both the endpoint number as well as the data direction of the endpoint. the endpoint number and direction can also be accessed via UsbEndpoint.EndpointNumber and UsbEndpoint.Direction.

[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