Files
jlibusb/java/src/ch/ntb/usb/package.html
schlaepfer 74647ec42f - document changes
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@212 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-11-28 07:40:24 +00:00

27 lines
598 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head></head>
<body bgcolor="white">
Includes the main classes for the Java libusb wrapper.
<br>
<i>LibusbJava.java</i>
is the JNI class to the
<i>LibusbWin.dll</i>
. Every class starting with
<i>Usb_</i>
represents a descriptor of the bus structure which is retrieved by
calling
<i>LibusbWin.usb_get_busses()</i>
.
<h2>Related Resources</h2>
For more information about this project visit
<a
href="http://inf.ntb.ch/infoportal/help/topic/ch.ntb.infoportal/projects.html">inf.ntb.ch</a>
.
</body>
</html>