- bAlternateSetting() - Method in interface javax.usb.UsbInterfaceDescriptor
-
Get this descriptor's bAlternateSetting.
- bcdDevice() - Method in interface javax.usb.UsbDeviceDescriptor
-
Get this descriptor's bcdDevice.
- bcdUSB() - Method in interface javax.usb.UsbDeviceDescriptor
-
Get this descriptor's bcdUSB.
- bConfigurationValue() - Method in interface javax.usb.UsbConfigurationDescriptor
-
Get this descriptor's bConfigurationValue.
- bDescriptorType() - Method in interface javax.usb.UsbDescriptor
-
Get this descriptor's bDescriptorType.
- bDeviceClass() - Method in interface javax.usb.UsbDeviceDescriptor
-
Get this descriptor's bDeviceClass.
- bDeviceProtocol() - Method in interface javax.usb.UsbDeviceDescriptor
-
Get this descriptor's bDeviceProtocol.
- bDeviceSubClass() - Method in interface javax.usb.UsbDeviceDescriptor
-
Get this descriptor's bDeviceSubClass.
- bEndpointAddress() - Method in interface javax.usb.UsbEndpointDescriptor
-
Get this descriptor's bEndpointAddress.
- bInterfaceClass() - Method in interface javax.usb.UsbInterfaceDescriptor
-
Get this descriptor's bInterfaceClass.
- bInterfaceNumber() - Method in interface javax.usb.UsbInterfaceDescriptor
-
Get this descriptor's bInterfaceNumber.
- bInterfaceProtocol() - Method in interface javax.usb.UsbInterfaceDescriptor
-
Get this descriptor's bInterfaceProtocol.
- bInterfaceSubClass() - Method in interface javax.usb.UsbInterfaceDescriptor
-
Get this descriptor's bInterfaceSubClass.
- bInterval() - Method in interface javax.usb.UsbEndpointDescriptor
-
Get this descriptor's bInterval.
- bLength() - Method in interface javax.usb.UsbDescriptor
-
Get this descriptor's bLength.
- bmAttributes() - Method in interface javax.usb.UsbConfigurationDescriptor
-
Get this descriptor's bmAttributes.
- bmAttributes() - Method in interface javax.usb.UsbEndpointDescriptor
-
Get this descriptor's bmAttributes.
- bMaxPacketSize0() - Method in interface javax.usb.UsbDeviceDescriptor
-
Get this descriptor's bMaxPacketSize.
- bMaxPower() - Method in interface javax.usb.UsbConfigurationDescriptor
-
Get this descriptor's bMaxPower.
- bmRequestType() - Method in interface javax.usb.UsbControlIrp
-
Get the bmRequestType.
- bmRequestType - Variable in class javax.usb.util.DefaultUsbControlIrp
-
- bmRequestType() - Method in class javax.usb.util.DefaultUsbControlIrp
-
Get the bmRequestType.
- bNumConfigurations() - Method in interface javax.usb.UsbDeviceDescriptor
-
Get this descriptor's bNumConfigurations.
- bNumEndpoints() - Method in interface javax.usb.UsbInterfaceDescriptor
-
Get this descriptor's bNumEndpoints.
- bNumInterfaces() - Method in interface javax.usb.UsbConfigurationDescriptor
-
Get this descriptor's bNumInterfaces.
- bRequest() - Method in interface javax.usb.UsbControlIrp
-
Get the bRequest.
- bRequest - Variable in class javax.usb.util.DefaultUsbControlIrp
-
- bRequest() - Method in class javax.usb.util.DefaultUsbControlIrp
-
Get the bRequest.
- bString() - Method in interface javax.usb.UsbStringDescriptor
-
Get this descriptor's bString.
- getAcceptShortPacket() - Method in interface javax.usb.UsbIrp
-
If short packets should be accepted.
- getAcceptShortPacket() - Method in class javax.usb.util.DefaultUsbIrp
-
Get the Short Packet policy.
- getActiveSetting() - Method in interface javax.usb.UsbInterface
-
Get the active alternate setting.
- getActiveSettingNumber() - Method in interface javax.usb.UsbInterface
-
Get the number of the active alternate setting.
- getActiveUsbConfiguration() - Method in interface javax.usb.UsbDevice
-
Get the active UsbConfiguration.
- getActiveUsbConfiguration() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
-
- getActiveUsbConfigurationNumber() - Method in interface javax.usb.UsbDevice
-
Get the number of the active UsbConfiguration.
- getActiveUsbConfigurationNumber() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
-
- getActualLength() - Method in class javax.usb.event.UsbPipeDataEvent
-
Get the actual length.
- getActualLength() - Method in interface javax.usb.UsbIrp
-
The amount of data that was transferred.
- getActualLength() - Method in class javax.usb.util.DefaultUsbIrp
-
Get the actual length.
- getApiVersion() - Method in interface javax.usb.UsbServices
-
Get the (minimum) version number of the javax.usb API
that this UsbServices implements.
- getApiVersion() - Static method in class javax.usb.Version
-
Get the version number of this API.
- getAttachedUsbDevices() - Method in interface javax.usb.UsbHub
-
Get all attached UsbDevices.
- getConfiguration() - Method in class javax.usb.util.StandardRequest
-
Get Configuration.
- getConfiguration(UsbDevice) - Static method in class javax.usb.util.StandardRequest
-
Get Configuration.
- getConfigurationString() - Method in interface javax.usb.UsbConfiguration
-
Get the configuration String.
- getData() - Method in class javax.usb.event.UsbDeviceDataEvent
-
Get the data.
- getData() - Method in class javax.usb.event.UsbPipeDataEvent
-
Get the data.
- getData() - Method in interface javax.usb.UsbIrp
-
Get the data.
- getData() - Method in class javax.usb.util.DefaultUsbIrp
-
Get the data.
- getDescriptor(byte, byte, short, byte[]) - Method in class javax.usb.util.StandardRequest
-
Get Descriptor.
- getDescriptor(UsbDevice, byte, byte, short, byte[]) - Static method in class javax.usb.util.StandardRequest
-
Get Descriptor.
- getDirection() - Method in interface javax.usb.UsbEndpoint
-
Get this endpoint's direction.
- getErrorCode() - Method in exception javax.usb.UsbPlatformException
-
Get the platform error code.
- getImpDescription() - Method in interface javax.usb.UsbServices
-
Get a description of this UsbServices implementation.
- getImpVersion() - Method in interface javax.usb.UsbServices
-
Get the version number of the UsbServices implementation.
- getInterface(short) - Method in class javax.usb.util.StandardRequest
-
Get Interface.
- getInterface(UsbDevice, short) - Static method in class javax.usb.util.StandardRequest
-
Get Interface.
- getInterfaceString() - Method in interface javax.usb.UsbInterface
-
Get the interface String.
- getLength() - Method in interface javax.usb.UsbIrp
-
The amount of data to transfer.
- getLength() - Method in class javax.usb.util.DefaultUsbIrp
-
Get the length.
- getManufacturerString() - Method in interface javax.usb.UsbDevice
-
Get the manufacturer String.
- getManufacturerString() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
-
- getNumberOfPorts() - Method in interface javax.usb.UsbHub
-
Get the number of (downstream) ports this hub has.
- getNumSettings() - Method in interface javax.usb.UsbInterface
-
Get the number of alternate settings for this interface.
- getOffset() - Method in interface javax.usb.UsbIrp
-
Get the starting offset of the data.
- getOffset() - Method in class javax.usb.util.DefaultUsbIrp
-
Get the offset.
- getParentUsbPort() - Method in interface javax.usb.UsbDevice
-
Get the UsbPort on the parent UsbHub that this device is connected to.
- getParentUsbPort() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
-
- getPlatformException() - Method in exception javax.usb.UsbPlatformException
-
Get the platform Exception.
- getPortNumber() - Method in interface javax.usb.UsbPort
-
Get the number of this port.
- getProductString() - Method in interface javax.usb.UsbDevice
-
Get the product String.
- getProductString() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
-
- getProperties() - Static method in class javax.usb.UsbHostManager
-
Get the Properties loaded from the properties file.
- getRootUsbHub() - Method in interface javax.usb.UsbServices
-
Get the virtual UsbHub to which all physical Host Controller UsbHubs are attached.
- getSerialNumberString() - Method in interface javax.usb.UsbDevice
-
Get the serial number String.
- getSerialNumberString() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
-
- getSetting(byte) - Method in interface javax.usb.UsbInterface
-
Get the specified alternate setting.
- getSettings() - Method in interface javax.usb.UsbInterface
-
Get all alternate settings for this interface.
- getSpeed() - Method in interface javax.usb.UsbDevice
-
Get the speed of the device.
- getSpeed() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
-
- getSpeedString(Object) - Static method in class javax.usb.util.UsbUtil
-
Get a String description of the specified device-speed Object.
- getStatus(byte, short) - Method in class javax.usb.util.StandardRequest
-
Get Status.
- getStatus(UsbDevice, byte, short) - Static method in class javax.usb.util.StandardRequest
-
Get Status.
- getString(byte) - Method in interface javax.usb.UsbDevice
-
Get the String from the specified string descriptor.
- getString() - Method in interface javax.usb.UsbStringDescriptor
-
Get this descriptor's translated String.
- getString(byte) - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
-
- getType() - Method in interface javax.usb.UsbEndpoint
-
Get this endpoint's type.
- getUsbConfiguration(byte) - Method in interface javax.usb.UsbDevice
-
Get the specified UsbConfiguration.
- getUsbConfiguration() - Method in interface javax.usb.UsbInterface
-
Get the parent UsbConfiguration that this UsbInterface belongs to.
- getUsbConfiguration(byte) - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
-
- getUsbConfigurationDescriptor() - Method in interface javax.usb.UsbConfiguration
-
Get the configuration descriptor.
- getUsbConfigurations() - Method in interface javax.usb.UsbDevice
-
Get all UsbConfigurations for this device.
- getUsbConfigurations() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
-
- getUsbControlIrp() - Method in class javax.usb.event.UsbDeviceDataEvent
-
Get the UsbControlIrp associated with this event.
- getUsbControlIrp() - Method in class javax.usb.event.UsbDeviceErrorEvent
-
Get the UsbControlIrp associated with this event.
- getUsbDevice() - Method in class javax.usb.event.UsbDeviceEvent
-
Get the UsbDevice.
- getUsbDevice() - Method in class javax.usb.event.UsbServicesEvent
-
Get the UsbDevice.
- getUsbDevice() - Method in interface javax.usb.UsbConfiguration
-
Get the parent UsbDevice that this UsbConfiguration belongs to.
- getUsbDevice() - Method in interface javax.usb.UsbPort
-
Get the UsbDevice attached to this UsbPort.
- getUsbDeviceDescriptor() - Method in interface javax.usb.UsbDevice
-
Get the device descriptor.
- getUsbDeviceDescriptor() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
-
- getUsbEndpoint(byte) - Method in interface javax.usb.UsbInterface
-
Get a specific UsbEndpoint.
- getUsbEndpoint() - Method in interface javax.usb.UsbPipe
-
Get this pipe's UsbEndpoint.
- getUsbEndpoint() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbPipe
-
- getUsbEndpointDescriptor() - Method in interface javax.usb.UsbEndpoint
-
Get the descriptor for this UsbEndpoint.
- getUsbEndpoints() - Method in interface javax.usb.UsbInterface
-
Get all endpoints for this interface setting.
- getUsbException() - Method in class javax.usb.event.UsbDeviceErrorEvent
-
Get the associated UsbException.
- getUsbException() - Method in class javax.usb.event.UsbPipeErrorEvent
-
Get the associated UsbException.
- getUsbException() - Method in interface javax.usb.UsbIrp
-
Get the UsbException.
- getUsbException() - Method in class javax.usb.util.DefaultUsbIrp
-
Get the UsbException.
- getUsbHub() - Method in interface javax.usb.UsbPort
-
Get the parent UsbHub.
- getUsbInterface(byte) - Method in interface javax.usb.UsbConfiguration
-
Get the UsbInterface with the specified interface number.
- getUsbInterface() - Method in interface javax.usb.UsbEndpoint
-
Get the parent UsbInterface that this UsbEndpoint belongs to.
- getUsbInterfaceDescriptor() - Method in interface javax.usb.UsbInterface
-
Get the interface descriptor.
- getUsbInterfaces() - Method in interface javax.usb.UsbConfiguration
-
Get all UsbInterfaces for this configuration.
- getUsbIrp() - Method in class javax.usb.event.UsbPipeEvent
-
Get the UsbIrp associated with this event.
- getUsbPipe() - Method in class javax.usb.event.UsbPipeEvent
-
Get the UsbPipe.
- getUsbPipe() - Method in interface javax.usb.UsbEndpoint
-
Get the UsbPipe for this UsbEndpoint.
- getUsbPort(byte) - Method in interface javax.usb.UsbHub
-
Get a specific UsbPort by port number.
- getUsbPorts() - Method in interface javax.usb.UsbHub
-
Get all the ports this hub has.
- getUsbServices() - Method in class javax.usb.event.UsbServicesEvent
-
Get the UsbServices.
- getUsbServices() - Static method in class javax.usb.UsbHostManager
-
Get the UsbServices implementation.
- getUsbStringDescriptor(byte) - Method in interface javax.usb.UsbDevice
-
Get the specified string descriptor.
- getUsbStringDescriptor(byte) - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
-
- getUsbVersion() - Static method in class javax.usb.Version
-
Get the version number of the USB specification this API implements.
- toHexString(byte) - Static method in class javax.usb.util.UsbUtil
-
Format a byte into a proper length hex String.
- toHexString(short) - Static method in class javax.usb.util.UsbUtil
-
Format a short into a proper length hex String.
- toHexString(int) - Static method in class javax.usb.util.UsbUtil
-
Format a int into a proper length hex String.
- toHexString(long) - Static method in class javax.usb.util.UsbUtil
-
Format a long into the specified length hex String.
- toHexString(long, char, int, int) - Static method in class javax.usb.util.UsbUtil
-
Format a long into the specified length hex String.
- toHexString(String, byte[], int) - Static method in class javax.usb.util.UsbUtil
-
Format a byte[] into a hex String.
- toHexString(String, short[], int) - Static method in class javax.usb.util.UsbUtil
-
Format a short[] into a hex String.
- toHexString(String, int[], int) - Static method in class javax.usb.util.UsbUtil
-
Format a int[] into a hex String.
- toHexString(String, long[], int) - Static method in class javax.usb.util.UsbUtil
-
Format a long[] into a hex String.
- toHexString(String, byte[]) - Static method in class javax.usb.util.UsbUtil
-
Format a byte[] into a hex String.
- toHexString(String, short[]) - Static method in class javax.usb.util.UsbUtil
-
Format a short[] into a hex String.
- toHexString(String, int[]) - Static method in class javax.usb.util.UsbUtil
-
Format a int[] into a hex String.
- toHexString(String, long[]) - Static method in class javax.usb.util.UsbUtil
-
Format a long[] into a hex String.
- toInt(byte, byte, byte, byte) - Static method in class javax.usb.util.UsbUtil
-
Convert 4 bytes into an int.
- toInt(short, short) - Static method in class javax.usb.util.UsbUtil
-
Convert 2 shorts into an int.
- toLong(byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class javax.usb.util.UsbUtil
-
Convert 8 bytes into a long.
- toLong(short, short, short, short) - Static method in class javax.usb.util.UsbUtil
-
Convert 4 shorts into a long.
- toLong(int, int) - Static method in class javax.usb.util.UsbUtil
-
Convert 2 ints into a long.
- toShort(byte, byte) - Static method in class javax.usb.util.UsbUtil
-
Convert 2 bytes into a short.
- unsignedInt(byte) - Static method in class javax.usb.util.UsbUtil
-
Get the specified byte's value as an unsigned integer.
- unsignedInt(short) - Static method in class javax.usb.util.UsbUtil
-
Get the specified short's value as an unsigned integer.
- unsignedLong(byte) - Static method in class javax.usb.util.UsbUtil
-
Get the specified byte's value as an unsigned long.
- unsignedLong(short) - Static method in class javax.usb.util.UsbUtil
-
Get the specified short's value as an unsigned long.
- unsignedLong(int) - Static method in class javax.usb.util.UsbUtil
-
Get the specified int's value as an unsigned long.
- unsignedShort(byte) - Static method in class javax.usb.util.UsbUtil
-
Get the specified byte's value as an unsigned short.
- UsbAbortException - Exception in javax.usb
-
Exception indicating a submission was aborted.
- UsbAbortException() - Constructor for exception javax.usb.UsbAbortException
-
Constructor.
- UsbAbortException(String) - Constructor for exception javax.usb.UsbAbortException
-
Constructor.
- UsbBabbleException - Exception in javax.usb
-
Exception indicating a Babble error.
- UsbBabbleException() - Constructor for exception javax.usb.UsbBabbleException
-
Constructor.
- UsbBabbleException(String) - Constructor for exception javax.usb.UsbBabbleException
-
Constructor.
- UsbBitStuffException - Exception in javax.usb
-
Exception indicating a Bit-Stuff violation.
- UsbBitStuffException() - Constructor for exception javax.usb.UsbBitStuffException
-
Constructor.
- UsbBitStuffException(String) - Constructor for exception javax.usb.UsbBitStuffException
-
Constructor.
- UsbClaimException - Exception in javax.usb
-
Exception indicating an UsbInterface claim state prevents the current operation.
- UsbClaimException() - Constructor for exception javax.usb.UsbClaimException
-
Constructor.
- UsbClaimException(String) - Constructor for exception javax.usb.UsbClaimException
-
Constructor.
- UsbConfiguration - Interface in javax.usb
-
Interface for a USB configuration.
- UsbConfigurationDescriptor - Interface in javax.usb
-
Interface for a USB configuration descriptor.
- UsbConst - Interface in javax.usb
-
USB constants.
- UsbControlIrp - Interface in javax.usb
-
Interface for a control-type USB IRP (I/O Request Packet).
- UsbCRCException - Exception in javax.usb
-
Exception indicating a CRC error.
- UsbCRCException() - Constructor for exception javax.usb.UsbCRCException
-
Constructor.
- UsbCRCException(String) - Constructor for exception javax.usb.UsbCRCException
-
Constructor.
- UsbDescriptor - Interface in javax.usb
-
Interface for a USB descriptor.
- UsbDevice - Interface in javax.usb
-
Interface for a USB device.
- usbDevice - Variable in class javax.usb.util.StandardRequest
-
- usbDevice - Variable in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
-
- usbDeviceAttached(UsbServicesEvent) - Method in interface javax.usb.event.UsbServicesListener
-
A UsbDevice was attached.
- UsbDeviceDataEvent - Class in javax.usb.event
-
Indicates data was successfully transferred over the Default Control Pipe.
- UsbDeviceDataEvent(UsbDevice, UsbControlIrp) - Constructor for class javax.usb.event.UsbDeviceDataEvent
-
Constructor.
- UsbDeviceDescriptor - Interface in javax.usb
-
Interface for a USB device descriptor.
- usbDeviceDetached(UsbDeviceEvent) - Method in interface javax.usb.event.UsbDeviceListener
-
The UsbDevice was detached.
- usbDeviceDetached(UsbServicesEvent) - Method in interface javax.usb.event.UsbServicesListener
-
A UsbDevice was detached.
- UsbDeviceErrorEvent - Class in javax.usb.event
-
Indicates an error occurred on the Default Control Pipe.
- UsbDeviceErrorEvent(UsbDevice, UsbControlIrp) - Constructor for class javax.usb.event.UsbDeviceErrorEvent
-
Constructor.
- UsbDeviceEvent - Class in javax.usb.event
-
Class for USB device events.
- UsbDeviceEvent(UsbDevice) - Constructor for class javax.usb.event.UsbDeviceEvent
-
Constructor.
- UsbDeviceListener - Interface in javax.usb.event
-
Interface for receiving UsbDeviceEvents.
- UsbDisconnectedException - Exception in javax.usb
-
Exception indicating a device has been disconnected.
- UsbDisconnectedException() - Constructor for exception javax.usb.UsbDisconnectedException
-
Constructor.
- UsbDisconnectedException(String) - Constructor for exception javax.usb.UsbDisconnectedException
-
Constructor.
- UsbEndpoint - Interface in javax.usb
-
Interface for a USB endpoint.
- UsbEndpointDescriptor - Interface in javax.usb
-
Interface for a USB endpoint descriptor.
- UsbException - Exception in javax.usb
-
Exception specific to USB.
- UsbException() - Constructor for exception javax.usb.UsbException
-
Constructor.
- UsbException(String) - Constructor for exception javax.usb.UsbException
-
Constructor.
- usbException - Variable in class javax.usb.util.DefaultUsbIrp
-
- UsbHostManager - Class in javax.usb
-
Entry point for javax.usb.
- UsbHub - Interface in javax.usb
-
Interface for a USB hub.
- UsbInterface - Interface in javax.usb
-
Interface for a USB interface.
- UsbInterfaceDescriptor - Interface in javax.usb
-
Interface for a USB interface descriptor.
- UsbInterfacePolicy - Interface in javax.usb
-
Interface describing the policy to claim an interface with.
- UsbIrp - Interface in javax.usb
-
Interface for a USB IRP (I/O Request Packet).
- UsbNativeClaimException - Exception in javax.usb
-
Exception indicating an UsbInterface is already natively claimed.
- UsbNativeClaimException() - Constructor for exception javax.usb.UsbNativeClaimException
-
Constructor.
- UsbNativeClaimException(String) - Constructor for exception javax.usb.UsbNativeClaimException
-
Constructor.
- UsbNotActiveException - Exception in javax.usb
-
- UsbNotActiveException() - Constructor for exception javax.usb.UsbNotActiveException
-
Constructor.
- UsbNotActiveException(String) - Constructor for exception javax.usb.UsbNotActiveException
-
Constructor.
- UsbNotClaimedException - Exception in javax.usb
-
- UsbNotClaimedException() - Constructor for exception javax.usb.UsbNotClaimedException
-
Constructor.
- UsbNotClaimedException(String) - Constructor for exception javax.usb.UsbNotClaimedException
-
Constructor.
- UsbNotOpenException - Exception in javax.usb
-
- UsbNotOpenException() - Constructor for exception javax.usb.UsbNotOpenException
-
Constructor.
- UsbNotOpenException(String) - Constructor for exception javax.usb.UsbNotOpenException
-
Constructor.
- UsbPIDException - Exception in javax.usb
-
Exception indicating a PID error.
- UsbPIDException() - Constructor for exception javax.usb.UsbPIDException
-
Constructor.
- UsbPIDException(String) - Constructor for exception javax.usb.UsbPIDException
-
Constructor.
- UsbPipe - Interface in javax.usb
-
Interface for a USB pipe.
- usbPipe - Variable in class javax.usb.util.UsbUtil.SynchronizedUsbPipe
-
- UsbPipeDataEvent - Class in javax.usb.event
-
Indicates data was successfully transferred over the UsbPipe.
- UsbPipeDataEvent(UsbPipe, byte[], int) - Constructor for class javax.usb.event.UsbPipeDataEvent
-
Constructor.
- UsbPipeDataEvent(UsbPipe, UsbIrp) - Constructor for class javax.usb.event.UsbPipeDataEvent
-
Constructor.
- UsbPipeErrorEvent - Class in javax.usb.event
-
Indicates an error occurred on the UsbPipe.
- UsbPipeErrorEvent(UsbPipe, UsbException) - Constructor for class javax.usb.event.UsbPipeErrorEvent
-
Constructor.
- UsbPipeErrorEvent(UsbPipe, UsbIrp) - Constructor for class javax.usb.event.UsbPipeErrorEvent
-
Constructor.
- UsbPipeEvent - Class in javax.usb.event
-
Class for USB pipe events.
- UsbPipeEvent(UsbPipe) - Constructor for class javax.usb.event.UsbPipeEvent
-
Constructor.
- UsbPipeEvent(UsbPipe, UsbIrp) - Constructor for class javax.usb.event.UsbPipeEvent
-
Constructor.
- UsbPipeListener - Interface in javax.usb.event
-
Interface for receiving UsbPipeEvents.
- UsbPlatformException - Exception in javax.usb
-
Exception indicating a platform-specific UsbException.
- UsbPlatformException() - Constructor for exception javax.usb.UsbPlatformException
-
Constructor.
- UsbPlatformException(String) - Constructor for exception javax.usb.UsbPlatformException
-
Constructor.
- UsbPlatformException(int) - Constructor for exception javax.usb.UsbPlatformException
-
Constructor.
- UsbPlatformException(Exception) - Constructor for exception javax.usb.UsbPlatformException
-
Constructor.
- UsbPlatformException(String, int) - Constructor for exception javax.usb.UsbPlatformException
-
Constructor.
- UsbPlatformException(String, Exception) - Constructor for exception javax.usb.UsbPlatformException
-
Constructor.
- UsbPlatformException(int, Exception) - Constructor for exception javax.usb.UsbPlatformException
-
Constructor.
- UsbPlatformException(String, int, Exception) - Constructor for exception javax.usb.UsbPlatformException
-
Constructor.
- UsbPort - Interface in javax.usb
-
Interface for a USB port.
- UsbServices - Interface in javax.usb
-
Interface for a javax.usb implementation.
- UsbServicesEvent - Class in javax.usb.event
-
Class for a USB services event.
- UsbServicesEvent(UsbServices, UsbDevice) - Constructor for class javax.usb.event.UsbServicesEvent
-
Constructor.
- UsbServicesListener - Interface in javax.usb.event
-
Interface for receiving UsbServicesEvents.
- UsbShortPacketException - Exception in javax.usb
-
Exception indicating a short packet was detected.
- UsbShortPacketException() - Constructor for exception javax.usb.UsbShortPacketException
-
Constructor.
- UsbShortPacketException(String) - Constructor for exception javax.usb.UsbShortPacketException
-
Constructor.
- UsbStallException - Exception in javax.usb
-
Exception indicating a stall.
- UsbStallException() - Constructor for exception javax.usb.UsbStallException
-
Constructor.
- UsbStallException(String) - Constructor for exception javax.usb.UsbStallException
-
Constructor.
- UsbStringDescriptor - Interface in javax.usb
-
Interface for a USB string descriptor.
- UsbUtil - Class in javax.usb.util
-
General utility methods.
- UsbUtil() - Constructor for class javax.usb.util.UsbUtil
-
- UsbUtil.SynchronizedUsbDevice - Class in javax.usb.util
-
A synchronized UsbDevice wrapper implementation.
- UsbUtil.SynchronizedUsbDevice(UsbDevice) - Constructor for class javax.usb.util.UsbUtil.SynchronizedUsbDevice
-
- UsbUtil.SynchronizedUsbPipe - Class in javax.usb.util
-
A synchronized UsbPipe wrapper implementation.
- UsbUtil.SynchronizedUsbPipe(UsbPipe) - Constructor for class javax.usb.util.UsbUtil.SynchronizedUsbPipe
-