- document changes

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@212 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-11-28 07:40:24 +00:00
parent e3cd1774f3
commit 74647ec42f
2 changed files with 11 additions and 7 deletions

View File

@@ -7,12 +7,16 @@
package ch.ntb.usb;
/**
* This class represents the Java Native Interface to the LibUsbWin.dll which is
* (with some exceptions) a one-to-one representation of the libusb API.<br>
* This class represents the Java Native Interface to the shared library which
* is (with some exceptions) a one-to-one representation of the libusb API.<br>
* <br>
* <h1>Project Description</h1>
* Java LibUsb-Win32 is a Java wrapper for the LibUsb-Win32 USB library. <a
* href="http://libusb-win32.sourceforge.net/">LibUsb-Win32</a> is a port of
* Java libusb is a Java wrapper for the libusb and libusb-win32 USB library.
*
* <a href="http://libusb.sourceforge.net/">libusb</a> aim is to create a
* library for use by user level applications to access USB devices regardless
* of OS.<br>
* <a href="http://libusb-win32.sourceforge.net/">Libusb-win32</a> is a port of
* the USB library <a href="http://libusb.sourceforge.net/">libusb</a> to the
* Windows operating systems. The library allows user space applications to
* access any USB device on Windows in a generic way without writing any line of
@@ -31,7 +35,7 @@ public class LibusbJava {
* Sets the debugging level of libusb.<br>
*
* The range is from 0 to 255, where 0 disables debug output and 255 enables
* all output. On application start, debugging is disabled (0)
* all output. On application start, debugging is disabled (0).
*
* @param level
* 0 to 255

View File

@@ -3,9 +3,9 @@
<head></head>
<body bgcolor="white">
Includes the main classes for the libusb wrapper.
Includes the main classes for the Java libusb wrapper.
<br>
<i>LibusbWin.java</i>
<i>LibusbJava.java</i>
is the JNI class to the
<i>LibusbWin.dll</i>
. Every class starting with