Uses of Interface
javax.usb.UsbInterface

Packages that use UsbInterface
com.ibm.jusb   
javax.usb Core interfaces and classes modeling USB devices, descriptors, communication pipes and requests/operations. 
 

Uses of UsbInterface in com.ibm.jusb
 

Classes in com.ibm.jusb that implement UsbInterface
 class UsbInterfaceImp
          UsbInterface platform-independent implementation.
 

Methods in com.ibm.jusb that return UsbInterface
 UsbInterface UsbInterfaceImp.getActiveSetting()
          Get the active alternate setting.
 UsbInterface UsbInterfaceImp.getSetting(byte number)
          Get the alternate setting with the specified number.
 UsbInterface UsbEndpointImp.getUsbInterface()
           
 UsbInterface UsbConfigurationImp.getUsbInterface(byte number)
          Get a UsbInterface.
 

Methods in com.ibm.jusb with parameters of type UsbInterface
 boolean DefaultUsbInterfacePolicy.forceClaim(UsbInterface usbInterface)
          If the claim should be forced.
 

Uses of UsbInterface in javax.usb
 

Methods in javax.usb that return UsbInterface
 UsbInterface UsbInterface.getActiveSetting()
          Get the active alternate setting.
 UsbInterface UsbInterface.getSetting(byte number)
          Get the specified alternate setting.
 UsbInterface UsbEndpoint.getUsbInterface()
          Get the parent UsbInterface that this UsbEndpoint belongs to.
 UsbInterface UsbConfiguration.getUsbInterface(byte number)
          Get the UsbInterface with the specified interface number.
 

Methods in javax.usb with parameters of type UsbInterface
 boolean UsbInterfacePolicy.forceClaim(UsbInterface usbInterface)
          If the claim should be forced.