Includes the main classes for the Java libusb wrapper.
LibusbJava.java
is the JNI class to the
LibusbWin.dll
. Every class starting with
Usb_
represents a descriptor of the bus structure which is retrieved by
calling
LibusbWin.usb_get_busses()
.
Related Resources
For more information about this project visit
inf.ntb.ch
.