- 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:
@@ -4,11 +4,22 @@
|
|||||||
<body bgcolor="white">
|
<body bgcolor="white">
|
||||||
|
|
||||||
Includes the main classes for the libusb wrapper.
|
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>
|
<h2>Related Resources</h2>
|
||||||
|
|
||||||
For more information about this project visit
|
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>
|
</body>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<body bgcolor="white">
|
<body bgcolor="white">
|
||||||
|
|
||||||
Displays the bus and device information of the currently attached
|
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>
|
<h2>Related Resources</h2>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user