| Package | Description |
|---|---|
| com.ibm.jusb | |
| javax.usb |
Core interfaces and classes modeling USB devices, descriptors, communication pipes and requests/operations.
|
| javax.usb.util |
Various utility classes and interfaces that are used by other classes and interfaces in the javax.usb specification.
|
| Modifier and Type | Method and Description |
|---|---|
String |
UsbConfigurationImp.getConfigurationString() |
String |
UsbInterfaceImp.getInterfaceString() |
String |
UsbDeviceImp.getManufacturerString() |
String |
UsbDeviceImp.getProductString() |
String |
UsbDeviceImp.getSerialNumberString() |
String |
UsbStringDescriptorImp.getString()
Get this descriptor's translated String.
|
String |
UsbDeviceImp.getString(byte index) |
| Modifier and Type | Method and Description |
|---|---|
String |
UsbConfiguration.getConfigurationString()
Get the configuration String.
|
String |
UsbInterface.getInterfaceString()
Get the interface String.
|
String |
UsbDevice.getManufacturerString()
Get the manufacturer String.
|
String |
UsbDevice.getProductString()
Get the product String.
|
String |
UsbDevice.getSerialNumberString()
Get the serial number String.
|
String |
UsbStringDescriptor.getString()
Get this descriptor's translated String.
|
String |
UsbDevice.getString(byte index)
Get the String from the specified string descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
UsbUtil.SynchronizedUsbDevice.getManufacturerString() |
String |
UsbUtil.SynchronizedUsbDevice.getProductString() |
String |
UsbUtil.SynchronizedUsbDevice.getSerialNumberString() |
String |
UsbUtil.SynchronizedUsbDevice.getString(byte index) |
Copyright © 2014 LSST. All Rights Reserved.