Uses of Class
javax.usb.UsbEncodingException

Packages that use UsbEncodingException
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. 
 

Uses of UsbEncodingException in com.ibm.jusb
 

Methods in com.ibm.jusb that throw UsbEncodingException
 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)
           
 

Uses of UsbEncodingException in javax.usb
 

Methods in javax.usb that throw UsbEncodingException
 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.
 

Uses of UsbEncodingException in javax.usb.util
 

Methods in javax.usb.util that throw UsbEncodingException
 String UsbUtil.SynchronizedUsbDevice.getManufacturerString()
           
 String UsbUtil.SynchronizedUsbDevice.getProductString()
           
 String UsbUtil.SynchronizedUsbDevice.getSerialNumberString()
           
 String UsbUtil.SynchronizedUsbDevice.getString(byte index)
           
 



Copyright © 2012 LSST. All Rights Reserved.