Skip navigation links
A B C D E F G H I K L O R S T V W 

G

getActiveConfigDescriptor() - Method in class ch.ntb.inf.libusb.DeviceDescriptor
get the currently active ConfigurationDescriptor
getAllInterfaces() - Method in class ch.ntb.inf.libusb.ConfigurationDescriptor
get a List of all interfaces supported by this configuration
getAlternateSetting(int) - Method in class ch.ntb.inf.libusb.Interface
get alternate setting (InterfaceDescriptor) with specified interface number
getAlternateSetting() - Method in class ch.ntb.inf.libusb.InterfaceDescriptor
get alternate setting of this interface
getAlternateSettings() - Method in class ch.ntb.inf.libusb.Interface
get List of alternate settings the interface supports
getBitPattern(RequestType...) - Static method in enum ch.ntb.inf.libusb.RequestType
 
getBusNumber() - Method in class ch.ntb.inf.libusb.Device
gives bus number where device is attached
getCode() - Method in enum ch.ntb.inf.libusb.RequestType
 
getCode() - Method in enum ch.ntb.inf.libusb.StandardRequest
 
getConfigDescriptor(int) - Method in class ch.ntb.inf.libusb.DeviceDescriptor
get ConfigurationDescriptor with specified configuration value
getConfigDescriptors() - Method in class ch.ntb.inf.libusb.DeviceDescriptor
get all ConfigurationDescriptors of this DeviceDescriptor in a list
getConfigValue() - Method in class ch.ntb.inf.libusb.ConfigurationDescriptor
get the configuration value of the current configuration
getContext() - Method in class ch.ntb.inf.libusb.Device
get the context this device is using
getDeviceAddress() - Method in class ch.ntb.inf.libusb.Device
get address of Device
getDeviceDescriptor() - Method in class ch.ntb.inf.libusb.Device
get device descriptor of this device
getDeviceSpeed() - Method in class ch.ntb.inf.libusb.Device
get negotiated device speed
getDuplicate(Context, int, int, int) - Static method in class ch.ntb.inf.libusb.Device
 
getEndpointAddress() - Method in class ch.ntb.inf.libusb.EndpointDescriptor
get address of desired endpoint
getEndpointDescriptor(int) - Method in class ch.ntb.inf.libusb.InterfaceDescriptor
get endpoint descriptor with specified endpoint address
getEndpointDescriptors() - Method in class ch.ntb.inf.libusb.InterfaceDescriptor
get all endpoint descriptors of this interface
getEndpointDirection() - Method in class ch.ntb.inf.libusb.EndpointDescriptor
get endpoint direction
getInterface(int) - Method in class ch.ntb.inf.libusb.ConfigurationDescriptor
get the specified interface
getInterfaceNumber() - Method in class ch.ntb.inf.libusb.InterfaceDescriptor
get interface number of this interface
getLength() - Method in class ch.ntb.inf.libusb.Descriptor
 
getManufacturerDescIndex() - Method in class ch.ntb.inf.libusb.DeviceDescriptor
get index to retrieve manufacturer descriptor string
getMaxIsoPacketSize() - Method in class ch.ntb.inf.libusb.EndpointDescriptor
get maximum isochronous packet size
getMaxPacketSize() - Method in class ch.ntb.inf.libusb.EndpointDescriptor
get maximum packet size for endpoint
getNativeDevice() - Method in class ch.ntb.inf.libusb.Device
get native device pointer, can't be used directly, must be wrapped through jni, so no real use for user
getNofConfigurations() - Method in class ch.ntb.inf.libusb.DeviceDescriptor
get number of configurations
getNofDevices() - Static method in class ch.ntb.inf.libusb.Device
get the number of created devices
getNofDuplicates() - Static method in class ch.ntb.inf.libusb.Device
 
getNofInterfaces() - Method in class ch.ntb.inf.libusb.ConfigurationDescriptor
get the number of interfaces supported by this configruation
getNumberOfAlternateSettings() - Method in class ch.ntb.inf.libusb.Interface
get number of alternate settings
getNumberOfEndpoints() - Method in class ch.ntb.inf.libusb.InterfaceDescriptor
get number of endpoints this interface has
getParent() - Method in class ch.ntb.inf.libusb.Device
get parent Device, only valid as long as device list is not freed in native code with libusb_free_device_list!
getPortNumber() - Method in class ch.ntb.inf.libusb.Device
gives port number where device is attached
getPortNumbers(int[]) - Method in class ch.ntb.inf.libusb.Device
gives all port numbers from device to root
getProductDescIndex() - Method in class ch.ntb.inf.libusb.DeviceDescriptor
get index to retrieve the product descriptor string
getProductId() - Method in class ch.ntb.inf.libusb.DeviceDescriptor
get product id
getSerialNumberIndex() - Method in class ch.ntb.inf.libusb.DeviceDescriptor
get index to retrieve the serial number string
getStringDescriptor(int, int) - Method in class ch.ntb.inf.libusb.Device
get the string descriptor of this device
getStringDescriptorAscii(int) - Method in class ch.ntb.inf.libusb.Device
get the string descriptor of this device
getTransferType() - Method in class ch.ntb.inf.libusb.EndpointDescriptor
get type of transfer
getType() - Method in class ch.ntb.inf.libusb.Descriptor
 
getVendorId() - Method in class ch.ntb.inf.libusb.DeviceDescriptor
get vendor id
A B C D E F G H I K L O R S T V W 
Skip navigation links