From 7f0577595501d32228c44e3e887a12f4f3a457e7 Mon Sep 17 00:00:00 2001 From: schlaepfer Date: Thu, 24 Aug 2006 14:23:10 +0000 Subject: [PATCH] - javadoc update git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@166 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c --- java/src/ch/ntb/usb/package.html | 13 ++++++++++++- java/src/ch/ntb/usb/usbView/package.html | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/java/src/ch/ntb/usb/package.html b/java/src/ch/ntb/usb/package.html index 27b6870..188826f 100644 --- a/java/src/ch/ntb/usb/package.html +++ b/java/src/ch/ntb/usb/package.html @@ -4,11 +4,22 @@ Includes the main classes for the libusb wrapper. +
+LibusbWin.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 +inf.ntb.ch . diff --git a/java/src/ch/ntb/usb/usbView/package.html b/java/src/ch/ntb/usb/usbView/package.html index 412b1e9..c5814c6 100644 --- a/java/src/ch/ntb/usb/usbView/package.html +++ b/java/src/ch/ntb/usb/usbView/package.html @@ -4,7 +4,7 @@ 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).

Related Resources