Skip navigation links
A B C D E F G I K M N O R S T U W 

A

attachDriver(int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Re-attaches a kernel driver to an interface.
attachKernelDriver(long, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Re-attach kernel driver to an interface.

B

bAlternateSetting() - Method in class org.lsst.ccs.drivers.usb.UsbInterfaceDescriptor
Gets the alternate setting.
bcdDevice() - Method in class org.lsst.ccs.drivers.usb.UsbDeviceDescriptor
Gets the device type.
bcdUSB() - Method in class org.lsst.ccs.drivers.usb.UsbDeviceDescriptor
Gets the supported USB version.
bConfigurationValue() - Method in class org.lsst.ccs.drivers.usb.UsbConfigurationDescriptor
Gets the configuration value.
bDescriptorType() - Method in class org.lsst.ccs.drivers.usb.UsbDescriptor
Gets the descriptor type.
bDeviceClass() - Method in class org.lsst.ccs.drivers.usb.UsbDeviceDescriptor
Gets the device class.
bDeviceProtocol() - Method in class org.lsst.ccs.drivers.usb.UsbDeviceDescriptor
Gets the device protocol.
bDeviceSubClass() - Method in class org.lsst.ccs.drivers.usb.UsbDeviceDescriptor
Gets the device subclass.
bEndpointAddress() - Method in class org.lsst.ccs.drivers.usb.UsbEndpointDescriptor
Gets the endpoint address.
bInterfaceClass() - Method in class org.lsst.ccs.drivers.usb.UsbInterfaceDescriptor
Gets the interface class.
bInterfaceNumber() - Method in class org.lsst.ccs.drivers.usb.UsbInterfaceDescriptor
Gets the interface number.
bInterfaceProtocol() - Method in class org.lsst.ccs.drivers.usb.UsbInterfaceDescriptor
Gets the interface protocol.
bInterfaceSubClass() - Method in class org.lsst.ccs.drivers.usb.UsbInterfaceDescriptor
Gets the interface subclass.
bInterval() - Method in class org.lsst.ccs.drivers.usb.UsbEndpointDescriptor
Gets the polling interval.
bLength() - Method in class org.lsst.ccs.drivers.usb.UsbDescriptor
Gets the length.
bmAttributes() - Method in class org.lsst.ccs.drivers.usb.UsbConfigurationDescriptor
Gets the attributes.
bmAttributes() - Method in class org.lsst.ccs.drivers.usb.UsbEndpointDescriptor
Gets the attributes.
bMaxPacketSize0() - Method in class org.lsst.ccs.drivers.usb.UsbDeviceDescriptor
Gets the maximum packet size for the control endpoint.
bMaxPower() - Method in class org.lsst.ccs.drivers.usb.UsbConfigurationDescriptor
Gets the maximum power.
bNumConfigurations() - Method in class org.lsst.ccs.drivers.usb.UsbDeviceDescriptor
Gets the number of configurations.
bNumEndpoints() - Method in class org.lsst.ccs.drivers.usb.UsbInterfaceDescriptor
Gets the number of endpoints.
bNumInterfaces() - Method in class org.lsst.ccs.drivers.usb.UsbConfigurationDescriptor
Gets the number of interfaces.
buildConfiguration(long, UsbDevice) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Builds a complete configuration from its descriptor.
bulkFlush(int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Flushes bulk data from an endpoint.
bulkRead(int, byte[], int, int, int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Reads bulk data from an endpoint.
bulkTransfer(long, int, byte[], int, int, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Transfers bulk data on an endpoint.
bulkWrite(int, byte[], int, int, int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Writes bulk data to an endpoint.

C

CFG_ATTR_REMOTE_WAKE - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Configuration attribute - remote wakeup
CFG_ATTR_SELF_POWER - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Configuration attribute - self-powered
claim(int, boolean) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Claims an interface.
claimInterface(int, boolean) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Claims an interface.
claimInterface(long, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Claims an interface.
CLASS_APP_SPEC - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - application specific
CLASS_AUDIO - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - audio
CLASS_COMM - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - CDC control
CLASS_CONTENT_SEC - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class security x
CLASS_DATA - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - CDC data
CLASS_DIAGNOSTIC - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - diagnostic
CLASS_HEALTHCARE - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - personal healthcare
CLASS_HID - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - human interface
CLASS_HUB - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - hub
CLASS_IMAGE - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - still image
CLASS_INTERFACE - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - see interface
CLASS_MASS_STORE - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - mass storage
CLASS_MISC - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - miscellaneous
CLASS_PHYSICAL - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - physical
CLASS_PRINTER - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - printer
CLASS_SMART_CARD - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - smart card
CLASS_VENDOR_SPEC - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - vendor specific
CLASS_VIDEO - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - video
CLASS_WIRELESS - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device class - wireless
clearHalt(long, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Clears a halt condition on an endpoint.
close() - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Closes the device.
close(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Closes a device.
connect(int, int, String, int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Connects to a USB device.
connect(int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Connects to a USB device.
containsInterface(int) - Method in class org.lsst.ccs.drivers.usb.UsbConfiguration
Gets whether configuration contains an interface.
controlRead(int, int, int, int, byte[], int, int, int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Reads from a control endpoint.
controlTransfer(long, int, int, int, int, byte[], int, int, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Transfers data on the control endpoint.
controlWrite(int, int, int, int, byte[], int, int, int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Writes to a control endpoint.

D

detachDriver(int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Detaches a kernel driver from an interface.
detachKernelDriver(long, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Detach kernel driver from an interface.
disconnect() - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Disconnects from a USB device.

E

EP_ATTR_BULK - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Endpoint attribute - bulk data
EP_ATTR_BULK_STREAM - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Endpoint attribute - bulk stream
EP_ATTR_CONTROL - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Endpoint attribute - control
EP_ATTR_INTERRUPT - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Endpoint attribute - interrupt
EP_ATTR_ISOCHRONOUS - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Endpoint attribute - isochronous
EP_DIRECTION_IN - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Endpoint direction - in

F

freeConfigDescriptor(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Frees a configuration descriptor.

G

getActiveConfigDescriptor(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets the active configuration descriptor handle.
getActiveConfiguration() - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Gets the active configuration.
getActiveConfigurationNumber() - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Gets the active configuration number.
getActiveSetting() - Method in class org.lsst.ccs.drivers.usb.UsbInterface
Gets the active setting.
getActiveSettingNumber() - Method in class org.lsst.ccs.drivers.usb.UsbInterface
Gets the active setting number.
getAddress() - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Gets the device address.
getAltSetting(int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Gets an alternate setting.
getAltSettingDescriptors(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets the alternate settings in an interface.
getBusNumber() - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Gets the bus number.
getBusNumber(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets the bus number for a device.
getConfigDescriptor(long, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets a configuration descriptor handle.
getConfigDescriptorByValue(long, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets a configuration descriptor handle using its value.
getConfiguration(int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Gets a configuration by its index.
getConfiguration(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets the number of the active configuration.
getConfigurationByValue(int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Gets a configuration by its value.
getConfigurations() - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Gets the list of available configurations.
getDescriptor() - Method in class org.lsst.ccs.drivers.usb.UsbConfiguration
Gets the configuration descriptor.
getDescriptor() - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Gets the device descriptor.
getDescriptor() - Method in class org.lsst.ccs.drivers.usb.UsbEndpoint
Gets the endpoint descriptor.
getDescriptor() - Method in class org.lsst.ccs.drivers.usb.UsbInterface
Gets the interface descriptor.
getDevice() - Method in class org.lsst.ccs.drivers.usb.UsbConfiguration
Gets the parent device.
getDevice(int, int, String, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets the device matching vendor, product, serial and index.
getDeviceAddress(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets the address of a device.
getDeviceList(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets the list of available USB devices.
getDevices(int, int, String) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets the list of devices matching vendor, product and serial.
getDeviceSpeed(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets the speed of a device.
getEndpoint(int) - Method in class org.lsst.ccs.drivers.usb.UsbInterface
Gets an endpoint.
getEndpointDescriptors(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets the endpoints in an interface.
getEndpoints() - Method in class org.lsst.ccs.drivers.usb.UsbInterface
Gets the list of endpoints.
getInterface(int) - Method in class org.lsst.ccs.drivers.usb.UsbConfiguration
Gets the specified interface.
getInterfaces() - Method in class org.lsst.ccs.drivers.usb.UsbConfiguration
Gets the list of available interfaces.
getInterfaces(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets the interfaces in a configuration.
getManufacturer() - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Gets the manufacturer string.
getMaxPacketSize(long, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets the maximum packet size for an endpoint.
getNumSettings() - Method in class org.lsst.ccs.drivers.usb.UsbInterface
Gets the number of alternate settings.
getPortNumber() - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Gets the port number.
getPortNumber(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets the port number for a device.
getProduct() - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Gets the product string.
getSerialNumber() - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Gets the serial number string.
getSetting(int) - Method in class org.lsst.ccs.drivers.usb.UsbInterface
Gets an alternate setting.
getSettings() - Method in class org.lsst.ccs.drivers.usb.UsbInterface
Gets the list of alternate settings.
getSpeed() - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Gets the negotiated device speed.
getString() - Method in class org.lsst.ccs.drivers.usb.UsbConfiguration
Gets the configuration string.
getString(int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Gets a string (descriptor).
getString() - Method in class org.lsst.ccs.drivers.usb.UsbInterface
Gets the interface string.
getStringDescriptorAscii(long, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets a string descriptor.

I

iConfiguration() - Method in class org.lsst.ccs.drivers.usb.UsbConfigurationDescriptor
Gets the configuration index.
idProduct() - Method in class org.lsst.ccs.drivers.usb.UsbDeviceDescriptor
Gets the product ID.
idVendor() - Method in class org.lsst.ccs.drivers.usb.UsbDeviceDescriptor
Gets the vendor ID.
iInterface() - Method in class org.lsst.ccs.drivers.usb.UsbInterfaceDescriptor
Gets the interface string descriptor index.
iManufacturer() - Method in class org.lsst.ccs.drivers.usb.UsbDeviceDescriptor
Gets the manufacturer name index.
interruptRead(int, byte[], int, int, int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Reads interrupt data from an endpoint.
interruptTransfer(long, int, byte[], int, int, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Transfers interrupt data on an endpoint.
interruptWrite(int, byte[], int, int, int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Writes interrupt data to an endpoint.
iProduct() - Method in class org.lsst.ccs.drivers.usb.UsbDeviceDescriptor
Gets the product name index.
isActive() - Method in class org.lsst.ccs.drivers.usb.UsbConfiguration
Gets whether configuration is active.
iSerialNumber() - Method in class org.lsst.ccs.drivers.usb.UsbDeviceDescriptor
Gets the serial number index.

K

kernelDriverActive(long, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Determines if kernel driver is active on an interface.

M

main(String[]) - Static method in class org.lsst.ccs.drivers.usb.ShowAll
 
main(String[]) - Static method in class org.lsst.ccs.drivers.usb.ShowDevices
 
main(String[]) - Static method in class org.lsst.ccs.drivers.usb.ShowDevs
 

N

newConfigurationDescriptor(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Creates a configuration descriptor object.
newDeviceDescriptor(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Gets the device descriptor.
newEndpointDescriptor(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Creates an endpoint descriptor object.
newInterfaceDescriptor(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Creates an interface descriptor object.

O

open(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Opens a device for subsequent I/O operations.
org.lsst.ccs.drivers.usb - package org.lsst.ccs.drivers.usb
 

R

readBulk(int, int, int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Reads bulk data.
readControl(int, int, int, int, int, int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Reads from the control endpoint.
release(int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Releases an interface.
releaseInterface(int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Releases an interface.
releaseInterface(long, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Releases an interface.
reset() - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Resets the device.
resetDevice(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Resets a device.

S

setActiveConfiguration(int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Sets the active configuration (by number).
setAltSetting(int, int) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Selects an alternate setting.
setAutoDetachDriver(boolean) - Method in class org.lsst.ccs.drivers.usb.UsbDevice
Sets the auto-detach kernel driver option.
setAutoDetachKernelDriver(long, boolean) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Enables/disables the auto detach kernel driver capability.
setConfig(int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Sets the active configuration.
setConfiguration(long, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Sets the active configuration.
setInterface(int, int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Sets the alternate setting (interface).
setInterfaceAltSetting(long, int, int) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Sets an alternate setting for an interface.
ShowAll - Class in org.lsst.ccs.drivers.usb
 
ShowAll() - Constructor for class org.lsst.ccs.drivers.usb.ShowAll
 
showBus() - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Shows all the devices on the bus.
showConfig(int, int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Shows a configuration in an arbitrary device.
showConfig(int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Shows a configuration in the connected device.
showConfig() - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Shows the active configuration in the connected device.
showDevice(int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Shows an arbitrary device.
showDevice() - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Shows the connected device.
ShowDevices - Class in org.lsst.ccs.drivers.usb
 
ShowDevices() - Constructor for class org.lsst.ccs.drivers.usb.ShowDevices
 
ShowDevs - Class in org.lsst.ccs.drivers.usb
 
ShowDevs() - Constructor for class org.lsst.ccs.drivers.usb.ShowDevs
 
showEndpt(int, int, int, int, int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Shows an arbitrary endpoint in an arbitrary device.
showEndpt(int, int, int, int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Shows an arbitrary endpoint in the connected device.
showEndpt(int, int, int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Shows an endpoint in the active configuration of the connected device.
showEndpt(int, int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Shows an endpoint in the current setting of the active configuration of the connected device.
showIntfce(int, int, int, int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Shows an arbitrary interface in an arbitrary device.
showIntfce(int, int, int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Shows an arbitrary interface in the connected device.
showIntfce(int, int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Shows an interface in the active configuration of the connected device.
showIntfce(int) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Shows the interface with the current setting in the active configuration of the connected device.
SPEED_FULL - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device speed - full
SPEED_HIGH - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device speed - high
SPEED_LOW - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device speed - low
SPEED_SUPER - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device speed - super
SPEED_UNKNOWN - Static variable in class org.lsst.ccs.drivers.usb.UsbLib
Device speed - unknown

T

TestUsbLib - Class in org.lsst.ccs.drivers.usb
Program to test the UsbLib methods
TestUsbLib() - Constructor for class org.lsst.ccs.drivers.usb.TestUsbLib
 

U

unrefDevice(long) - Static method in class org.lsst.ccs.drivers.usb.UsbLib
Unreferences a device.
UsbConfiguration - Class in org.lsst.ccs.drivers.usb
Operations for a USB configuration
UsbConfigurationDescriptor - Class in org.lsst.ccs.drivers.usb
The USB configuration descriptor.
UsbConfigurationDescriptor(byte, byte, short, byte, byte, byte, byte, byte) - Constructor for class org.lsst.ccs.drivers.usb.UsbConfigurationDescriptor
Constructor.
UsbDescriptor - Class in org.lsst.ccs.drivers.usb
Common part of a USB descriptor
UsbDescriptor(byte, byte) - Constructor for class org.lsst.ccs.drivers.usb.UsbDescriptor
Constructor.
UsbDevice - Class in org.lsst.ccs.drivers.usb
Operations for a USB device
UsbDeviceDescriptor - Class in org.lsst.ccs.drivers.usb
The USB device descriptor.
UsbDeviceDescriptor(byte, byte, short, byte, byte, byte, byte, short, short, short, byte, byte, byte, byte) - Constructor for class org.lsst.ccs.drivers.usb.UsbDeviceDescriptor
Constructor.
UsbEndpoint - Class in org.lsst.ccs.drivers.usb
Operations for a USB endpoint
UsbEndpointDescriptor - Class in org.lsst.ccs.drivers.usb
The USB endpoint descriptor.
UsbEndpointDescriptor(byte, byte, byte, byte, byte, short) - Constructor for class org.lsst.ccs.drivers.usb.UsbEndpointDescriptor
Constructor.
UsbInterface - Class in org.lsst.ccs.drivers.usb
Operations for a USB interface
UsbInterfaceDescriptor - Class in org.lsst.ccs.drivers.usb
The USB interface descriptor.
UsbInterfaceDescriptor(byte, byte, byte, byte, byte, byte, byte, byte, byte) - Constructor for class org.lsst.ccs.drivers.usb.UsbInterfaceDescriptor
Constructor.
UsbLib - Class in org.lsst.ccs.drivers.usb
Routines to interface to libusb
UsbLib() - Constructor for class org.lsst.ccs.drivers.usb.UsbLib
 

W

wMaxPacketSize() - Method in class org.lsst.ccs.drivers.usb.UsbEndpointDescriptor
Gets the maximum packet size.
writeBulk(int, int, int, int...) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Writes bulk data.
writeControl(int, int, int, int, int, int, int...) - Method in class org.lsst.ccs.drivers.usb.TestUsbLib
Writes to the control endpoint.
wTotalLength() - Method in class org.lsst.ccs.drivers.usb.UsbConfigurationDescriptor
Gets the total length.
A B C D E F G I K M N O R S T U W 
Skip navigation links

Copyright © 2023 LSST. All rights reserved.