Android.Hardware.Usb.UsbAddressing Enumeration
Enumerates values returned by several types and taken as a parameter of several methods of Android.Hardware.Usb.UsbDeviceConnection.

Syntax

public enum UsbAddressing

Remarks

Enumerates values returned by the following: and taken as a parameter of the following: .

Members

Member NameDescription
DirMaskBitmask used for extracting the Android.Hardware.Usb.UsbEndpoint direction from its address field.
InUsed to signify direction of data for a Android.Hardware.Usb.UsbEndpoint is IN (device to host)
NumberMaskBitmask used for extracting the Android.Hardware.Usb.UsbEndpoint number its address field.
OutUsed to signify direction of data for a Android.Hardware.Usb.UsbEndpoint is OUT (host to device)
XferBulkBulk endpoint type
XferControlControl endpoint type (endpoint zero)
XferInterruptInterrupt endpoint type
XferIsochronousIsochronous endpoint type (currently not supported)
XferTypeMaskBitmask used for extracting the Android.Hardware.Usb.UsbEndpoint type from its address field.

Requirements

Namespace: Android.Hardware.Usb
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0