Android.Hardware.Usb Namespace

Provides support to communicate with USB hardware peripherals that are connected to Android-powered devices.

Remarks

Provides support to communicate with USB hardware peripherals that are connected to Android-powered devices.

For more information, see the USB guide.

Use Android.Hardware.Usb.UsbManager to access the state of the USB and to communicate with connected hardware peripherals. Use Android.Hardware.Usb.UsbDevice to communicate with the hardware peripheral if the Android-powered device is acting as the USB host. Use Android.Hardware.Usb.UsbAccessory if the peripheral is acting as the USB host.

Classes

TypeReason
UsbAccessoryA class representing a USB accessory, which is an external hardware component that communicates with an android application over USB.
UsbAccessory+InterfaceConstsDocumentation for this section has not yet been entered.
UsbAddressingEnumerates values returned by several types and taken as a parameter of several methods of Android.Hardware.Usb.UsbDeviceConnection.
UsbClassEnumerates values returned by several types.
UsbConfigurationA class representing a configuration on a Android.Hardware.Usb.UsbDevice.
UsbConfiguration+InterfaceConstsDocumentation for this section has not yet been entered.
UsbConstantsContains constants for the USB protocol.
UsbDeviceThis class represents a USB device attached to the android device with the android device acting as the USB host.
UsbDevice+InterfaceConstsDocumentation for this section has not yet been entered.
UsbDeviceConnectionThis class is used for sending and receiving data and control messages to a USB device.
UsbEndpointA class representing an endpoint on a Android.Hardware.Usb.UsbInterface.
UsbEndpoint+InterfaceConstsDocumentation for this section has not yet been entered.
UsbInterfaceA class representing an interface on a Android.Hardware.Usb.UsbDevice.
UsbInterface+InterfaceConstsDocumentation for this section has not yet been entered.
UsbManagerThis class allows you to access the state of USB and communicate with USB devices.
UsbRequestA class representing USB request packet.