See Also: UsbManager Members
This class allows you to access the state of USB and communicate with USB devices. Currently only host mode is supported in the public API.
You can obtain an instance of this class by calling Android.Content.Context.GetSystemService(string).
java Example
UsbManager manager = (UsbManager) getSystemService(Context.USB_SERVICE);
For more information about communicating with USB hardware, read the USB developer guide.