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 UsbUSB Host API.
class UsbDeviceOne attached USB device.
interface UsbDeviceListenerCallback for USB attach/detach and permission events.
class UsbPlatformPlatform-supplied implementation of the USB host APIs.