Uses of Class
com.ibm.jusb.UsbInterfaceImp

Packages that use UsbInterfaceImp
com.ibm.jusb   
 

Uses of UsbInterfaceImp in com.ibm.jusb
 

Methods in com.ibm.jusb that return UsbInterfaceImp
 UsbInterfaceImp UsbInterfaceImp.getActiveSettingImp()
          Get the active alternate setting.
 UsbInterfaceImp UsbInterfaceImp.getSettingImp(byte number)
          Get the alternate setting with the specified number.
 UsbInterfaceImp UsbEndpointImp.getUsbInterfaceImp()
           
 UsbInterfaceImp UsbConfigurationImp.getUsbInterfaceImp(byte number)
          Get a UsbInterfaceImp.
 

Methods in com.ibm.jusb with parameters of type UsbInterfaceImp
 void UsbConfigurationImp.addUsbInterfaceImp(UsbInterfaceImp setting)
          Add a UsbInterfaceImp.
 void UsbConfigurationImp.setActiveUsbInterfaceImpSetting(UsbInterfaceImp setting)
          Change an interface setting to be the active alternate setting.
 void UsbEndpointImp.setUsbInterfaceImp(UsbInterfaceImp iface)
          Set the UsbInterfaceImp.
 

Constructors in com.ibm.jusb with parameters of type UsbInterfaceImp
UsbEndpointImp(UsbInterfaceImp iface, UsbEndpointDescriptor desc)
          Constructor.