Uses of Class
javax.usb.UsbNotActiveException

Packages that use UsbNotActiveException
javax.usb Core interfaces and classes modeling USB devices, descriptors, communication pipes and requests/operations. 
javax.usb.util Various utility classes and interfaces that are used by other classes and interfaces in the javax.usb specification. 
 

Uses of UsbNotActiveException in javax.usb
 

Methods in javax.usb that throw UsbNotActiveException
 void UsbPipe.open()
          Open this UsbPipe.
 void UsbPipe.close()
          Close this UsbPipe.
 int UsbPipe.syncSubmit(byte[] data)
          Synchonously submit a byte[] to the UsbPipe.
 UsbIrp UsbPipe.asyncSubmit(byte[] data)
          Asynchonously submit a byte[] to the UsbPipe.
 void UsbPipe.syncSubmit(UsbIrp irp)
          Synchonously submit a UsbIrp to the UsbPipe.
 void UsbPipe.asyncSubmit(UsbIrp irp)
          Asynchonously submit a UsbIrp to the UsbPipe.
 void UsbPipe.syncSubmit(java.util.List list)
          Synchonously submit a List of UsbIrps to the UsbPipe.
 void UsbPipe.asyncSubmit(java.util.List list)
          Asynchonously submit a List of UsbIrps to the UsbPipe.
 void UsbPipe.abortAllSubmissions()
          Stop all submissions in progress.
 void UsbInterface.claim()
          Claim this interface.
 void UsbInterface.claim(UsbInterfacePolicy policy)
          Claim this interface using a UsbInterfacePolicy.
 void UsbInterface.release()
          Release this interface.
 byte UsbInterface.getActiveSettingNumber()
          Get the number of the active alternate setting.
 UsbInterface UsbInterface.getActiveSetting()
          Get the active alternate setting.
 

Uses of UsbNotActiveException in javax.usb.util
 

Methods in javax.usb.util that throw UsbNotActiveException
 void UsbUtil.SynchronizedUsbPipe.open()
           
 



Copyright © 2009 Eurotech Inc. All rights reserved.