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.
Type | Reason |
---|---|
UsbAccessory | A class representing a USB accessory, which is an external hardware component that communicates with an android application over USB. |
UsbAccessory+InterfaceConsts | Documentation for this section has not yet been entered. |
UsbAddressing | Enumerates values returned by several types and taken as a parameter of several methods of Android.Hardware.Usb.UsbDeviceConnection. |
UsbClass | Enumerates values returned by several types. |
UsbConfiguration | A class representing a configuration on a Android.Hardware.Usb.UsbDevice. |
UsbConfiguration+InterfaceConsts | Documentation for this section has not yet been entered. |
UsbConstants | Contains constants for the USB protocol. |
UsbDevice | This class represents a USB device attached to the android device with the android device acting as the USB host. |
UsbDevice+InterfaceConsts | Documentation for this section has not yet been entered. |
UsbDeviceConnection | This class is used for sending and receiving data and control messages to a USB device. |
UsbEndpoint | A class representing an endpoint on a Android.Hardware.Usb.UsbInterface. |
UsbEndpoint+InterfaceConsts | Documentation for this section has not yet been entered. |
UsbInterface | A class representing an interface on a Android.Hardware.Usb.UsbDevice. |
UsbInterface+InterfaceConsts | Documentation for this section has not yet been entered. |
UsbManager | This class allows you to access the state of USB and communicate with USB devices. |
UsbRequest | A class representing USB request packet. |