Android.Hardware.Usb.UsbEndpoint.Direction Property
Returns the endpoint's direction.

Syntax

[get: Android.Runtime.Register("getDirection", "()I", "GetGetDirectionHandler")]
public virtual UsbAddressing Direction { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the endpoint's direction. Returns UsbConstants.USB_DIR_OUT if the direction is host to device, and UsbConstants.USB_DIR_IN if the direction is device to host.

[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