|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UsbDisconnectedException | |
javax.usb | Core interfaces and classes modeling USB devices, descriptors, communication pipes and requests/operations. |
Uses of UsbDisconnectedException in javax.usb |
Methods in javax.usb that throw UsbDisconnectedException | |
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. |
java.lang.String |
UsbInterface.getInterfaceString()
Get the interface String. |
UsbPort |
UsbDevice.getParentUsbPort()
Get the UsbPort on the parent UsbHub that this device is connected to. |
java.lang.String |
UsbDevice.getManufacturerString()
Get the manufacturer String. |
java.lang.String |
UsbDevice.getSerialNumberString()
Get the serial number String. |
java.lang.String |
UsbDevice.getProductString()
Get the product String. |
UsbStringDescriptor |
UsbDevice.getUsbStringDescriptor(byte index)
Get the specified string descriptor. |
java.lang.String |
UsbDevice.getString(byte index)
Get the String from the specified string descriptor. |
void |
UsbDevice.syncSubmit(UsbControlIrp irp)
Submit a UsbControlIrp synchronously to the Default Control Pipe. |
void |
UsbDevice.asyncSubmit(UsbControlIrp irp)
Submit a UsbControlIrp asynchronously to the Default Control Pipe. |
void |
UsbDevice.syncSubmit(java.util.List list)
Submit a List of UsbControlIrps synchronously to the Default Control Pipe. |
void |
UsbDevice.asyncSubmit(java.util.List list)
Submit a List of UsbControlIrps asynchronously to the Default Control Pipe. |
java.lang.String |
UsbConfiguration.getConfigurationString()
Get the configuration String. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |