|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.minetti.astrodevice.server.usb.jni.UsbLibrary
public final class UsbLibrary
Object responsible for interfacing with the native library (usb.dll
for MS Windows
and usb.so
for Linux and Mac OS X).
Constructor Summary | |
---|---|
UsbLibrary()
|
Method Summary | |
---|---|
void |
loadDeviceTree(UsbDeviceTreeBuilder builder)
Loads the device tree. |
void |
startPlugMonitoring()
Starts the monitoring of connection/disconnection of devices. |
void |
stopPlugMonitoring()
Stops the monitoring of connection/disconnection of devices. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UsbLibrary()
Method Detail |
---|
public void startPlugMonitoring()
public void stopPlugMonitoring()
public void loadDeviceTree(UsbDeviceTreeBuilder builder)
builder
- Builder of device tree.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |