- search(Context, int, int) - Static method in class ch.ntb.inf.libusb.Device
-
search a desired device, this has limitations, if you have more
than one device with the same vid, pid you get just the first in the list
- setActiveConfigDescriptor(int) - Method in class ch.ntb.inf.libusb.DeviceDescriptor
-
NOT SUPPORTED at the moment!!
- setAltSetting(int, int) - Method in class ch.ntb.inf.libusb.Interface
-
NOT SUPPORTED at the moment, only relevant with Linux, not supported with Windows
- setAutoDetachKernelDriver(boolean) - Method in class ch.ntb.inf.libusb.Interface
-
NOT SUPPORTED at the moment, only relevant with Linux, not supported with Windows
- setDebug(Context, int) - Static method in class ch.ntb.inf.libusb.LibusbJava
-
Set log message verbosity.
- setIsoPacketLength(int) - Method in class ch.ntb.inf.libusb.Device
-
Sets the isoPacketLength of the transfer
- Speed - Enum in ch.ntb.inf.libusb
-
enum for USB speed reported by libusb
- StandardRequest - Enum in ch.ntb.inf.libusb
-
USB Standard Requests
- submitTransfer() - Method in class ch.ntb.inf.libusb.Device
-
Submits the allocated and filled transfer