package com.codename1.io.usb
USB host-mode device access.
Usb enumerates attached UsbDevice instances and opens bulk
input/output streams to them; UsbDeviceListener delivers
attach/detach notifications. The native bridge is supplied by the
active port through UsbPlatform.
Types
class Usb | USB Host API. |
class UsbDevice | One attached USB device. |
interface UsbDeviceListener | Callback for USB attach/detach and permission events. |
class UsbPlatform | Platform-supplied implementation of the USB host APIs. |