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
.