- 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:
@@ -7,12 +7,16 @@
|
|||||||
package ch.ntb.usb;
|
package ch.ntb.usb;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class represents the Java Native Interface to the LibUsbWin.dll which is
|
* This class represents the Java Native Interface to the shared library which
|
||||||
* (with some exceptions) a one-to-one representation of the libusb API.<br>
|
* is (with some exceptions) a one-to-one representation of the libusb API.<br>
|
||||||
* <br>
|
* <br>
|
||||||
* <h1>Project Description</h1>
|
* <h1>Project Description</h1>
|
||||||
* Java LibUsb-Win32 is a Java wrapper for the LibUsb-Win32 USB library. <a
|
* Java libusb is a Java wrapper for the libusb and libusb-win32 USB library.
|
||||||
* href="http://libusb-win32.sourceforge.net/">LibUsb-Win32</a> is a port of
|
*
|
||||||
|
* <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
|
* the USB library <a href="http://libusb.sourceforge.net/">libusb</a> to the
|
||||||
* Windows operating systems. The library allows user space applications to
|
* 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
|
* 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>
|
* Sets the debugging level of libusb.<br>
|
||||||
*
|
*
|
||||||
* The range is from 0 to 255, where 0 disables debug output and 255 enables
|
* 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
|
* @param level
|
||||||
* 0 to 255
|
* 0 to 255
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
<head></head>
|
<head></head>
|
||||||
<body bgcolor="white">
|
<body bgcolor="white">
|
||||||
|
|
||||||
Includes the main classes for the libusb wrapper.
|
Includes the main classes for the Java libusb wrapper.
|
||||||
<br>
|
<br>
|
||||||
<i>LibusbWin.java</i>
|
<i>LibusbJava.java</i>
|
||||||
is the JNI class to the
|
is the JNI class to the
|
||||||
<i>LibusbWin.dll</i>
|
<i>LibusbWin.dll</i>
|
||||||
. Every class starting with
|
. Every class starting with
|
||||||
|
|||||||
Reference in New Issue
Block a user