| 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 | Class and Description |
|---|---|
class |
UsbStringDescriptorImp
UsbStringDescriptor implementation.
|
| Modifier and Type | Method and Description |
|---|---|
UsbStringDescriptor |
UsbDeviceImp.getCachedUsbStringDescriptor(byte index)
Get a cached UsbStringDescriptor.
|
UsbStringDescriptor |
UsbDeviceImp.getUsbStringDescriptor(byte index) |
| Modifier and Type | Method and Description |
|---|---|
void |
UsbDeviceImp.setCachedUsbStringDescriptor(byte index,
UsbStringDescriptor desc)
Set a cached UsbStringDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
UsbStringDescriptor |
UsbDevice.getUsbStringDescriptor(byte index)
Get the specified string descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
UsbStringDescriptor |
UsbUtil.SynchronizedUsbDevice.getUsbStringDescriptor(byte index) |
Copyright © 2014 LSST. All Rights Reserved.