UsbAddressing Enum

Definition

Enumerates values returned by several types and taken as a parameter of several methods of UsbDeviceConnection.

public enum UsbAddressing
type UsbAddressing = 
Inheritance
UsbAddressing

Fields

DirMask 128

Bitmask used for extracting the UsbEndpointdirection from its address field.

In 128
NumberMask 15

Bitmask used for extracting the UsbEndpointnumber its address field.

Out 0
XferBulk 2
XferControl 0
XferInterrupt 3
XferIsochronous 1
XferTypeMask 3

Bitmask used for extracting the UsbEndpointtype from its address field.

Remarks

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