|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UsbNotOpenException | |
---|---|
com.ibm.jusb | |
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 UsbNotOpenException in com.ibm.jusb |
---|
Methods in com.ibm.jusb that throw UsbNotOpenException | |
---|---|
void |
UsbPipeImp.abortAllSubmissions()
Stop all submissions in progress. |
UsbIrp |
UsbPipeImp.asyncSubmit(byte[] data)
Asynchonously submits this byte[] array to the UsbPipe. |
void |
UsbPipeImp.asyncSubmit(java.util.List list)
Asynchronous submission using a List of UsbIrps. |
void |
UsbPipeImp.asyncSubmit(UsbIrp usbIrp)
Asynchronous submission using a UsbIrp. |
void |
UsbPipeImp.close()
Closes this UsbPipe. |
int |
UsbPipeImp.syncSubmit(byte[] data)
Synchonously submits this byte[] array to the UsbPipe. |
void |
UsbPipeImp.syncSubmit(java.util.List list)
Synchronous submission using a List of UsbIrps. |
void |
UsbPipeImp.syncSubmit(UsbIrp usbIrp)
Synchronous submission using a UsbIrp. |
Uses of UsbNotOpenException in javax.usb |
---|
Methods in javax.usb that throw UsbNotOpenException | |
---|---|
void |
UsbPipe.abortAllSubmissions()
Stop all submissions in progress. |
UsbIrp |
UsbPipe.asyncSubmit(byte[] data)
Asynchonously submit a byte[] to the UsbPipe. |
void |
UsbPipe.asyncSubmit(java.util.List list)
Asynchonously submit a List of UsbIrps to the UsbPipe. |
void |
UsbPipe.asyncSubmit(UsbIrp irp)
Asynchonously submit a UsbIrp to the UsbPipe. |
void |
UsbPipe.close()
Close this UsbPipe. |
int |
UsbPipe.syncSubmit(byte[] data)
Synchonously submit a byte[] to the UsbPipe. |
void |
UsbPipe.syncSubmit(java.util.List list)
Synchonously submit a List of UsbIrps to the UsbPipe. |
void |
UsbPipe.syncSubmit(UsbIrp irp)
Synchonously submit a UsbIrp to the UsbPipe. |
Uses of UsbNotOpenException in javax.usb.util |
---|
Methods in javax.usb.util that throw UsbNotOpenException | |
---|---|
void |
UsbUtil.SynchronizedUsbPipe.abortAllSubmissions()
|
UsbIrp |
UsbUtil.SynchronizedUsbPipe.asyncSubmit(byte[] data)
|
void |
UsbUtil.SynchronizedUsbPipe.asyncSubmit(java.util.List list)
|
void |
UsbUtil.SynchronizedUsbPipe.asyncSubmit(UsbIrp irp)
|
void |
UsbUtil.SynchronizedUsbPipe.close()
|
int |
UsbUtil.SynchronizedUsbPipe.syncSubmit(byte[] data)
|
void |
UsbUtil.SynchronizedUsbPipe.syncSubmit(java.util.List list)
|
void |
UsbUtil.SynchronizedUsbPipe.syncSubmit(UsbIrp irp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |