OpenCores
URL https://opencores.org/ocsvn/usb_fpga_1_2/usb_fpga_1_2/trunk

Subversion Repositories usb_fpga_1_2

[/] [usb_fpga_1_2/] [trunk/] [docs/] [java/] [index-all.html] - Diff between revs 3 and 4

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 3 Rev 4
Line 1... Line 1...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<!--NewPage-->
<HTML>
<HTML>
<HEAD>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02) on Thu Dec 10 20:53:20 CET 2009 -->
<!-- Generated by javadoc (build 1.6.0_02) on Fri Jun 11 14:15:44 CEST 2010 -->
<TITLE>
<TITLE>
Index
Index
</TITLE>
</TITLE>
 
 
<META NAME="date" CONTENT="2009-12-10">
<META NAME="date" CONTENT="2010-06-11">
 
 
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
 
 
<SCRIPT type="text/javascript">
<SCRIPT type="text/javascript">
function windowTitle()
function windowTitle()
Line 121... Line 121...
<DT><A HREF="./ztex/Ztex1v1.html#capabilityStrings"><B>capabilityStrings</B></A> -
<DT><A HREF="./ztex/Ztex1v1.html#capabilityStrings"><B>capabilityStrings</B></A> -
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
<DD>The names of the capabilities
<DD>The names of the capabilities
<DT><A HREF="./ztex/Ztex1.html#certainWorkarounds"><B>certainWorkarounds</B></A> -
<DT><A HREF="./ztex/Ztex1.html#certainWorkarounds"><B>certainWorkarounds</B></A> -
Variable in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
Variable in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
<DD>Setting to true will enable certain workarounds, e.g. to deal with bad driver/OS implementations.
<DD>Setting to true enables certain workarounds, e.g. to deal with bad driver/OS implementations.
<DT><A HREF="./ch/ntb/usb/package-summary.html"><B>ch.ntb.usb</B></A> - package ch.ntb.usb<DD>A Java wrapper for the libusb 0.1 and libusb-win32 USB library.<DT><A HREF="./ztex/Ztex1v1.html#checkCapability(int, int)"><B>checkCapability(int, int)</B></A> -
<DT><A HREF="./ch/ntb/usb/package-summary.html"><B>ch.ntb.usb</B></A> - package ch.ntb.usb<DD>A Java wrapper for the libusb 0.1 and libusb-win32 USB library.<DT><A HREF="./ztex/Ztex1v1.html#checkCapability(int, int)"><B>checkCapability(int, int)</B></A> -
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
<DD>Checks whether ZTEX descriptor 1 is available and interface 1 and a given capability are supported.
<DD>Checks whether ZTEX descriptor 1 is available and interface 1 and a given capability are supported.
<DT><A HREF="./ztex/Ztex1v1.html#checkCompatible(int, int, int, int)"><B>checkCompatible(int, int, int, int)</B></A> -
<DT><A HREF="./ztex/Ztex1v1.html#checkCompatible(int, int, int, int)"><B>checkCompatible(int, int, int, int)</B></A> -
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
Line 134... Line 134...
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
<DD>Checks whether ZTEX descriptor 1 is available.
<DD>Checks whether ZTEX descriptor 1 is available.
<DT><A HREF="./ztex/Ztex1v1.html#checkValid()"><B>checkValid()</B></A> -
<DT><A HREF="./ztex/Ztex1v1.html#checkValid()"><B>checkValid()</B></A> -
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
<DD>Checks whether ZTEX descriptor 1 is available and interface 1 is supported.
<DD>Checks whether ZTEX descriptor 1 is available and interface 1 is supported.
 
<DT><A HREF="./ztex/Ztex1.html#claimInterface(int)"><B>claimInterface(int)</B></A> -
 
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
 
<DD>Claims an interface.
<DT><A HREF="./ch/ntb/usb/Device.html#close()"><B>close()</B></A> -
<DT><A HREF="./ch/ntb/usb/Device.html#close()"><B>close()</B></A> -
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
<DD>Release the claimed interface and close the opened device.
<DD>Release the claimed interface and close the opened device.
<DT><A HREF="./ztex/Ztex1v1.html#compatible(int, int, int, int)"><B>compatible(int, int, int, int)</B></A> -
<DT><A HREF="./ztex/Ztex1v1.html#compatible(int, int, int, int)"><B>compatible(int, int, int, int)</B></A> -
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
Line 154... Line 157...
<DT><A HREF="./ztex/Ztex1.html#controlMsgTimeout"><B>controlMsgTimeout</B></A> -
<DT><A HREF="./ztex/Ztex1.html#controlMsgTimeout"><B>controlMsgTimeout</B></A> -
Variable in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
Variable in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
<DD>The timeout for  control messages in ms.
<DD>The timeout for  control messages in ms.
<DT><A HREF="./ztex/ZtexDevice1.html#cypressProductId"><B>cypressProductId</B></A> -
<DT><A HREF="./ztex/ZtexDevice1.html#cypressProductId"><B>cypressProductId</B></A> -
Static variable in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
Static variable in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
<DD>The EZ-USB product ID 0x8613.
<DD>EZ-USB USB product ID: 0x8613
<DT><A HREF="./ztex/ZtexDevice1.html#cypressVendorId"><B>cypressVendorId</B></A> -
<DT><A HREF="./ztex/ZtexDevice1.html#cypressVendorId"><B>cypressVendorId</B></A> -
Static variable in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
Static variable in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
<DD>The Cypress vendor ID 0x4b4.
<DD>Cypress vendor ID: 0x4b4
</DL>
</DL>
<HR>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<B>D</B></H2>
<DL>
<DL>
Line 756... Line 759...
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
<DD>Read data from the device using a bulk transfer.
<DD>Read data from the device using a bulk transfer.
<DT><A HREF="./ch/ntb/usb/Device.html#readInterrupt(int, byte[], int, int, boolean)"><B>readInterrupt(int, byte[], int, int, boolean)</B></A> -
<DT><A HREF="./ch/ntb/usb/Device.html#readInterrupt(int, byte[], int, int, boolean)"><B>readInterrupt(int, byte[], int, int, boolean)</B></A> -
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
<DD>Read data from the device using a interrupt transfer.
<DD>Read data from the device using a interrupt transfer.
 
<DT><A HREF="./ztex/Ztex1.html#releaseInterface(int)"><B>releaseInterface(int)</B></A> -
 
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
 
<DD>Releases an interface.
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_CLEAR_FEATURE"><B>REQ_CLEAR_FEATURE</B></A> -
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_CLEAR_FEATURE"><B>REQ_CLEAR_FEATURE</B></A> -
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
<DD>This request is used to clear or disable a specific feature (USB spec
<DD>This request is used to clear or disable a specific feature (USB spec
 9.4.1).
 9.4.1).
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_GET_CONFIGURATION"><B>REQ_GET_CONFIGURATION</B></A> -
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_GET_CONFIGURATION"><B>REQ_GET_CONFIGURATION</B></A> -
Line 847... Line 853...
</DL>
</DL>
<HR>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<B>S</B></H2>
<DL>
<DL>
 
<DT><A HREF="./ztex/Ztex1.html#setConfiguration(int)"><B>setConfiguration(int)</B></A> -
 
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
 
<DD>Sets the configuration.
<DT><A HREF="./ch/ntb/usb/Device.html#setResetOnFirstOpen(boolean, int)"><B>setResetOnFirstOpen(boolean, int)</B></A> -
<DT><A HREF="./ch/ntb/usb/Device.html#setResetOnFirstOpen(boolean, int)"><B>setResetOnFirstOpen(boolean, int)</B></A> -
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
<DD>If enabled, the device is reset when first opened.
<DD>If enabled, the device is reset when first opened.
<DT><A HREF="./ztex/ZtexIhxFile1.html#setSnString(java.lang.String)"><B>setSnString(String)</B></A> -
<DT><A HREF="./ztex/ZtexIhxFile1.html#setSnString(java.lang.String)"><B>setSnString(String)</B></A> -
Method in class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
Method in class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
Line 897... Line 906...
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
<DD>Returns a string representation if the device with a lot of useful information.
<DD>Returns a string representation if the device with a lot of useful information.
<DT><A HREF="./ztex/ZtexIhxFile1.html#toString()"><B>toString()</B></A> -
<DT><A HREF="./ztex/ZtexIhxFile1.html#toString()"><B>toString()</B></A> -
Method in class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
Method in class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
<DD>Returns a string representation if the instance.
<DD>Returns a string representation if the instance.
 
<DT><A HREF="./ztex/Ztex1.html#trySetConfiguration(int)"><B>trySetConfiguration(int)</B></A> -
 
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
 
<DD>Tries to set the configuration.
</DL>
</DL>
<HR>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<B>U</B></H2>
<DL>
<DL>
Line 1212... Line 1224...
Constructor for class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
Constructor for class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
<DD>Constructs an instance from a given file name and descriptor position.
<DD>Constructs an instance from a given file name and descriptor position.
<DT><A HREF="./ztex/ZtexIhxFile1.html#ZtexIhxFile1(java.lang.String)"><B>ZtexIhxFile1(String)</B></A> -
<DT><A HREF="./ztex/ZtexIhxFile1.html#ZtexIhxFile1(java.lang.String)"><B>ZtexIhxFile1(String)</B></A> -
Constructor for class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
Constructor for class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
<DD>Constructs an instance from a given file name.
<DD>Constructs an instance from a given file name.
 
<DT><A HREF="./ztex/ZtexDevice1.html#ztexProductId"><B>ztexProductId</B></A> -
 
Static variable in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
 
<DD>USB product ID for ZTEX devices that support ZTEX descriptor 1: 0x100.
 
<DT><A HREF="./ztex/ZtexDevice1.html#ztexProductIdMax"><B>ztexProductIdMax</B></A> -
 
Static variable in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
 
<DD>Largest USB product ID for ZTEX devices that support ZTEX descriptor 1: 0x1ff.
<DT><A HREF="./ztex/ZtexScanBus1.html" title="class in ztex"><B>ZtexScanBus1</B></A> - Class in <A HREF="./ztex/package-summary.html">ztex</A><DD>A class used for finding the EZ-USB devices on the USB.<DT><A HREF="./ztex/ZtexScanBus1.html#ZtexScanBus1(int, int, boolean, boolean, int, int, int, int, int)"><B>ZtexScanBus1(int, int, boolean, boolean, int, int, int, int, int)</B></A> -
<DT><A HREF="./ztex/ZtexScanBus1.html" title="class in ztex"><B>ZtexScanBus1</B></A> - Class in <A HREF="./ztex/package-summary.html">ztex</A><DD>A class used for finding the EZ-USB devices on the USB.<DT><A HREF="./ztex/ZtexScanBus1.html#ZtexScanBus1(int, int, boolean, boolean, int, int, int, int, int)"><B>ZtexScanBus1(int, int, boolean, boolean, int, int, int, int, int)</B></A> -
Constructor for class ztex.<A HREF="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</A>
Constructor for class ztex.<A HREF="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</A>
<DD>Scans the USB for suitable devices and constructs a list of them.
<DD>Scans the USB for suitable devices and constructs a list of them.
<DT><A HREF="./ztex/ZtexScanBus1.html#ZtexScanBus1(int, int, boolean, boolean, int)"><B>ZtexScanBus1(int, int, boolean, boolean, int)</B></A> -
<DT><A HREF="./ztex/ZtexScanBus1.html#ZtexScanBus1(int, int, boolean, boolean, int)"><B>ZtexScanBus1(int, int, boolean, boolean, int)</B></A> -
Constructor for class ztex.<A HREF="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</A>
Constructor for class ztex.<A HREF="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</A>
<DD>Scans the USB for suitable devices and constructs a list of them.
<DD>Scans the USB for suitable devices and constructs a list of them.
<DT><A HREF="./ztex/ZtexScanBus1.html#ZtexScanBus1(int, int, boolean, boolean)"><B>ZtexScanBus1(int, int, boolean, boolean)</B></A> -
<DT><A HREF="./ztex/ZtexScanBus1.html#ZtexScanBus1(int, int, boolean, boolean)"><B>ZtexScanBus1(int, int, boolean, boolean)</B></A> -
Constructor for class ztex.<A HREF="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</A>
Constructor for class ztex.<A HREF="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</A>
<DD>Scans the USB for suitable devices and constructs a list of them.
<DD>Scans the USB for suitable devices and constructs a list of them.
 
<DT><A HREF="./ztex/ZtexDevice1.html#ztexVendorId"><B>ztexVendorId</B></A> -
 
Static variable in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
 
<DD>ZTEX vendor ID: 0x221a
</DL>
</DL>
<HR>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_Z_">Z</A>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_Z_">Z</A>
 
 
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.