Uses of Interface
javax.usb.UsbInterface

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

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.
 



Copyright © 2009 Eurotech Inc. All rights reserved.