- javadoc update

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@166 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-08-24 14:23:10 +00:00
parent dd27ce9257
commit 7f05775955
2 changed files with 13 additions and 2 deletions

View File

@@ -4,11 +4,22 @@
<body bgcolor="white">
Includes the main classes for the libusb wrapper.
<br>
<i>LibusbWin.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.ntbHelp/projects.html">inf.ntb.ch</a>
<a
href="http://inf.ntb.ch/infoportal/help/topic/ch.ntb.ntbHelp/projects.html">inf.ntb.ch</a>
.
</body>

View File

@@ -4,7 +4,7 @@
<body bgcolor="white">
Displays the bus and device information of the currently attached
devices in a tree (requires the SWT library).
devices in a tree (based on Swing).
<h2>Related Resources</h2>