Member Name | Description |
---|---|
DirMask | Bitmask used for extracting the Android.Hardware.Usb.UsbEndpoint direction from its address field. |
In | Used to signify direction of data for a Android.Hardware.Usb.UsbEndpoint is IN (device to host) |
NumberMask | Bitmask used for extracting the Android.Hardware.Usb.UsbEndpoint number its address field. |
Out | Used to signify direction of data for a Android.Hardware.Usb.UsbEndpoint is OUT (host to device) |
XferBulk | Bulk endpoint type |
XferControl | Control endpoint type (endpoint zero) |
XferInterrupt | Interrupt endpoint type |
XferIsochronous | Isochronous endpoint type (currently not supported) |
XferTypeMask | Bitmask used for extracting the Android.Hardware.Usb.UsbEndpoint type from its address field. |