Uses of Class
com.ibm.jusb.UsbDeviceImp

Packages that use UsbDeviceImp
com.ibm.jusb   
com.ibm.jusb.os.linux   
com.mcreations.usb.windows   
 

Uses of UsbDeviceImp in com.ibm.jusb
 

Subclasses of UsbDeviceImp in com.ibm.jusb
 class UsbHubImp
          UsbHub implementation.
 class VirtualRootUsbHubImp
          Virtual root UsbHub implementation.
 

Fields in com.ibm.jusb declared as UsbDeviceImp
protected  UsbDeviceImp UsbControlIrpImp.usbDeviceImp
           
 

Methods in com.ibm.jusb that return UsbDeviceImp
 UsbDeviceImp UsbControlIrpImp.getUsbDeviceImp()
          Get the UsbDeviceImp.
 UsbDeviceImp UsbPortImp.getUsbDeviceImp()
           
 UsbDeviceImp UsbConfigurationImp.getUsbDeviceImp()
           
 

Methods in com.ibm.jusb with parameters of type UsbDeviceImp
 void UsbHubImp.addUsbDeviceImp(UsbDeviceImp usbDeviceImp, byte portNumber)
          Attach this device to this hub at the specified port.
 void UsbPortImp.attachUsbDeviceImp(UsbDeviceImp device)
          Attaches the UsbDeviceImp to this port.
 void UsbPortImp.detachUsbDeviceImp(UsbDeviceImp device)
          Detaches the attached UsbDeviceImp from this port.
 void UsbHubImp.removeUsbDeviceImp(UsbDeviceImp usbDeviceImp, byte portNumber)
          Remove the device from this hub at the specified port.
 void UsbControlIrpImp.setUsbDeviceImp(UsbDeviceImp device)
          Set the UsbDeviceImp.
 void UsbConfigurationImp.setUsbDeviceImp(UsbDeviceImp device)
          Set the UsbDeviceImp.
 

Constructors in com.ibm.jusb with parameters of type UsbDeviceImp
UsbConfigurationImp(UsbDeviceImp device, UsbConfigurationDescriptor desc)
          Constructor.
 

Uses of UsbDeviceImp in com.ibm.jusb.os.linux
 

Methods in com.ibm.jusb.os.linux with parameters of type UsbDeviceImp
protected  boolean LinuxUsbServices.isUsbDevicesEqual(UsbDeviceImp dev1, UsbDeviceImp dev2)
          Return if the specified devices appear to be equal.
protected  void LinuxUsbServices.setActiveConfigAndInterfaceSettings(UsbDeviceImp device)
          Find and set the active config and interface settings for this device.
 

Uses of UsbDeviceImp in com.mcreations.usb.windows
 

Subclasses of UsbDeviceImp in com.mcreations.usb.windows
 class WindowsHubOsImp
          Windows implementation of an UsbHub is just a thin wrapper around UsbHubImp.
 

Methods in com.mcreations.usb.windows with parameters of type UsbDeviceImp
protected  boolean WindowsUsbServices.isUsbDevicesEqual(UsbDeviceImp dev1, UsbDeviceImp dev2)
          Return if the specified devices appear to be equal.
 



Copyright © 2013 LSST. All Rights Reserved.