Package ch.ntb.usb

Includes the main classes for the Java libusb wrapper.

See:
          Description

Class Summary
Device This class represents an USB device.
LibusbJava This class represents the Java Native Interface to the shared library which is (with some exceptions) a one-to-one representation of the libusb API.
USB This class manages all USB devices and defines some USB specific constants.
Usb_Bus Represents an USB bus.
Usb_Config_Descriptor Represents the descriptor of a USB configuration.
Usb_Descriptor Common USB descriptor values.
Usb_Device Represents an USB device.
Usb_Device_Descriptor Represents the descriptor of a USB device.
Usb_Endpoint_Descriptor Represents the descriptor of an USB endpoint.
Usb_Interface Represents an USB interface.
Usb_Interface_Descriptor Represents the descriptor of a USB interface.
Utils  
 

Exception Summary
USBException  
USBTimeoutException  
 

Package ch.ntb.usb Description

Includes the main classes for the Java libusb wrapper.
LibusbJava.java is the JNI class to the LibusbJava.dll . Every class starting with Usb_ represents a descriptor of the bus structure which is retrieved by calling LibusbJava.usb_get_busses() .

Related Resources

For more information about this project visit http://libusbjava.sourceforge.net .