Uses of Interface
javax.usb.UsbInterface

Packages that use UsbInterface
com.ibm.jusb   
com.ibm.jusb.tools.swing   
javax.usb Core interfaces and classes modeling USB devices, descriptors, communication pipes and requests/operations. 
javax.usb.examples   
org.lsst.ccs.drivers.usb   
 

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 com.ibm.jusb.tools.swing
 

Methods in com.ibm.jusb.tools.swing that return UsbInterface
 UsbInterface UsbInterfacePanel.getUsbInterface()
           
 

Methods in com.ibm.jusb.tools.swing with parameters of type UsbInterface
protected  void SwingUsbView.createInterface(UsbInterface iface, DefaultMutableTreeNode node)
           
protected  DefaultMutableTreeNode SwingUsbView.getInterfaceNode(UsbInterface iface)
           
 

Constructors in com.ibm.jusb.tools.swing with parameters of type UsbInterface
UsbInterfacePanel(UsbInterface iface)
           
 

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.
 

Uses of UsbInterface in javax.usb.examples
 

Methods in javax.usb.examples with parameters of type UsbInterface
static boolean MouseDriver.checkHidInterface(UsbInterface usbInterface, short usagePage, short usageID)
          Check the HID-class UsbInterface to see if matches the usagePage and usageID.
static boolean MouseDriver.checkUsbInterfaceIsMouse(UsbInterface usbInterface)
          Check if the HID-class UsbInterface is a boot-type USB mouse.
static void MouseDriver.driveHidMouse(UsbInterface usbInterface)
          Drive the HID mouse until the user aborts.
 

Uses of UsbInterface in org.lsst.ccs.drivers.usb
 

Methods in org.lsst.ccs.drivers.usb that return UsbInterface
 UsbInterface UsbComm.getInterface(int iface)
          Gets the active setting of the specified USB interface of the current device
static UsbInterface UsbComm.getInterface(UsbDevice device, int iface)
          Gets the active setting of the specified USB interface of the specified device.
 

Methods in org.lsst.ccs.drivers.usb with parameters of type UsbInterface
static UsbEndpoint UsbComm.getEndpoint(UsbInterface iface, int epAddr)
          Gets a USB endpoint for the specified interface.
static List UsbComm.getEndpoints(UsbInterface iface)
          Gets all USB endpoints for the specified interface.
 



Copyright © 2012 LSST. All Rights Reserved.