Method and Description |
---|
org.usb4java.LibUsb.getPortPath(Context, Device, ByteBuffer)
Please use
LibUsb.getPortNumbers(Device, ByteBuffer)
instead. |
org.usb4java.LibUsb.setDebug(Context, int)
Use
LibUsb.setOption(Context, int, int) instead using the LibUsb.OPTION_LOG_LEVEL option. |
Copyright © 2011–2018 usb4java Team. All rights reserved.