Serialized Form


Package usb.core

Class usb.core.Configuration implements Serializable

Serialized Fields

dev

Device dev
The device whose configuration is described

Class usb.core.Descriptor implements Serializable

Serialized Fields

data

byte[] data
Unparsed data

offset

int offset
Start of this descriptor in data

Class usb.core.Device implements Serializable

Serialized Fields

spi

DeviceSPI spi
handle to device implementation

bus

Bus bus
The bus we're connected to

address

int address
Bus address for this device connection

Class usb.core.DeviceDescriptor implements Serializable

Serialized Fields

dev

Device dev
Device with which this descriptor is associated

Class usb.core.Endpoint implements Serializable

Serialized Fields

iface

Interface iface
Interface to which this endpoint belongs

Class usb.core.Hub implements Serializable

Serialized Fields

dev

Device dev

ports

int ports

Class usb.core.Interface implements Serializable

Serialized Fields

config

Configuration config
Configuration exposing this interface

endpoints

Endpoint[] endpoints

claimed

boolean claimed

Class usb.core.USBException implements Serializable


Package usb.remote

Class usb.remote.HostProxy implements Serializable

Class usb.remote.USBListenerProxy implements Serializable


Package usb.view

Class usb.view.Foo implements Serializable


Package usb.windows

Class usb.windows.DeviceImpl implements Serializable

Serialized Fields

usb

usb.windows.USB usb
the bus we're connected to

path

java.lang.String path

lock

java.lang.Object lock

selectedConfig

int selectedConfig

currentConfig

Configuration currentConfig

descriptor

DeviceDescriptor descriptor

checkedStrings

boolean checkedStrings

languages

int[] languages

cachedLanguage

int cachedLanguage

stringCache

java.util.Hashtable stringCache

children

DeviceImpl[] children
for hub nodes, lists children; else null

hub

DeviceImpl hub

speed

java.lang.String speed

hubPortNum

int hubPortNum

fd

int fd
Connects to device state

printed

int printed



Associated source code is licenced under the LGPL.
See http://jusb.sourceforge.net
This documentation was derived from that source code on 24-Jul-2002.