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] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 ZTEX
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5 9 ZTEX
<!-- Generated by javadoc (build 1.6.0_18) on Thu Apr 12 22:51:27 CEST 2012 -->
6 3 ZTEX
<TITLE>
7
Index
8
</TITLE>
9
 
10 9 ZTEX
<META NAME="date" CONTENT="2012-04-12">
11 3 ZTEX
 
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
13
 
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    if (location.href.indexOf('is-external=true') == -1) {
18
        parent.document.title="Index";
19
    }
20
}
21
</SCRIPT>
22
<NOSCRIPT>
23
</NOSCRIPT>
24
 
25
</HEAD>
26
 
27
<BODY BGCOLOR="white" onload="windowTitle();">
28
<HR>
29
 
30
 
31
<!-- ========= START OF TOP NAVBAR ======= -->
32
<A NAME="navbar_top"><!-- --></A>
33
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35
<TR>
36
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37
<A NAME="navbar_top_firstrow"><!-- --></A>
38
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39
  <TR ALIGN="center" VALIGN="top">
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
42
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
43
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
44
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
45
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
46
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
47
  </TR>
48
</TABLE>
49
</TD>
50
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
51
</EM>
52
</TD>
53
</TR>
54
 
55
<TR>
56
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57
&nbsp;PREV&nbsp;
58
&nbsp;NEXT</FONT></TD>
59
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
60
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
61
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
62
&nbsp;<SCRIPT type="text/javascript">
63
  <!--
64
  if(window==top) {
65
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
66
  }
67
  //-->
68
</SCRIPT>
69
<NOSCRIPT>
70
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
71
</NOSCRIPT>
72
 
73
 
74
</FONT></TD>
75
</TR>
76
</TABLE>
77
<A NAME="skip-navbar_top"></A>
78
<!-- ========= END OF TOP NAVBAR ========= -->
79
 
80 8 ZTEX
<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="#_X_">X</A> <A HREF="#_Z_">Z</A> <HR>
81 3 ZTEX
<A NAME="_A_"><!-- --></A><H2>
82
<B>A</B></H2>
83
<DL>
84
<DT><A HREF="./ztex/AlreadyConfiguredException.html" title="class in ztex"><B>AlreadyConfiguredException</B></A> - Exception in <A HREF="./ztex/package-summary.html">ztex</A><DD>Thrown if the FPGA is already configured.<DT><A HREF="./ztex/AlreadyConfiguredException.html#AlreadyConfiguredException(java.lang.String)"><B>AlreadyConfiguredException(String)</B></A> -
85
Constructor for exception ztex.<A HREF="./ztex/AlreadyConfiguredException.html" title="class in ztex">AlreadyConfiguredException</A>
86
<DD>Constructs an instance from the given input string.
87
<DT><A HREF="./ztex/AlreadyConfiguredException.html#AlreadyConfiguredException()"><B>AlreadyConfiguredException()</B></A> -
88
Constructor for exception ztex.<A HREF="./ztex/AlreadyConfiguredException.html" title="class in ztex">AlreadyConfiguredException</A>
89
<DD>Constructs an instance using a standard message.
90
</DL>
91
<HR>
92
<A NAME="_B_"><!-- --></A><H2>
93
<B>B</B></H2>
94
<DL>
95
<DT><A HREF="./ztex/BitstreamReadException.html" title="class in ztex"><B>BitstreamReadException</B></A> - Exception in <A HREF="./ztex/package-summary.html">ztex</A><DD>Signals that an error occurred while attempting to read a bitstream.<DT><A HREF="./ztex/BitstreamReadException.html#BitstreamReadException(java.lang.String)"><B>BitstreamReadException(String)</B></A> -
96
Constructor for exception ztex.<A HREF="./ztex/BitstreamReadException.html" title="class in ztex">BitstreamReadException</A>
97
<DD>Constructs an instance from the given error message.
98
<DT><A HREF="./ztex/BitstreamReadException.html#BitstreamReadException()"><B>BitstreamReadException()</B></A> -
99
Constructor for exception ztex.<A HREF="./ztex/BitstreamReadException.html" title="class in ztex">BitstreamReadException</A>
100
<DD>Constructs an instance using a standard message.
101
<DT><A HREF="./ztex/BitstreamUploadException.html" title="class in ztex"><B>BitstreamUploadException</B></A> - Exception in <A HREF="./ztex/package-summary.html">ztex</A><DD>Signals that an error occurred while attempting to upload the bitstream.<DT><A HREF="./ztex/BitstreamUploadException.html#BitstreamUploadException(java.lang.String)"><B>BitstreamUploadException(String)</B></A> -
102
Constructor for exception ztex.<A HREF="./ztex/BitstreamUploadException.html" title="class in ztex">BitstreamUploadException</A>
103
<DD>Constructs an instance from the given error message.
104
<DT><A HREF="./ztex/BitstreamUploadException.html#BitstreamUploadException()"><B>BitstreamUploadException()</B></A> -
105
Constructor for exception ztex.<A HREF="./ztex/BitstreamUploadException.html" title="class in ztex">BitstreamUploadException</A>
106
<DD>Constructs an instance using a standard message.
107
<DT><A HREF="./ztex/ZtexDevice1.html#byteArrayString(byte[])"><B>byteArrayString(byte[])</B></A> -
108
Static method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
109
<DD>Produces a nice string representation of an array of bytes.
110
</DL>
111
<HR>
112
<A NAME="_C_"><!-- --></A><H2>
113
<B>C</B></H2>
114
<DL>
115 5 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#CAPABILITY_DEBUG"><B>CAPABILITY_DEBUG</B></A> -
116
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
117
<DD>Capability index for DEBUG helper support.
118
<DT><A HREF="./ztex/Ztex1v1.html#CAPABILITY_EEPROM"><B>CAPABILITY_EEPROM</B></A> -
119
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
120
<DD>Capability index for EEPROM support.
121
<DT><A HREF="./ztex/Ztex1v1.html#CAPABILITY_FLASH"><B>CAPABILITY_FLASH</B></A> -
122
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
123
<DD>Capability index for FLASH memory support.
124
<DT><A HREF="./ztex/Ztex1v1.html#CAPABILITY_FPGA"><B>CAPABILITY_FPGA</B></A> -
125
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
126
<DD>Capability index for FPGA configuration support.
127 8 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#CAPABILITY_HS_FPGA"><B>CAPABILITY_HS_FPGA</B></A> -
128
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
129
<DD>Capability index for AVR XMEGA support.
130
<DT><A HREF="./ztex/Ztex1v1.html#CAPABILITY_MAC_EEPROM"><B>CAPABILITY_MAC_EEPROM</B></A> -
131
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
132
<DD>Capability index for AVR XMEGA support.
133 9 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#CAPABILITY_MULTI_FPGA"><B>CAPABILITY_MULTI_FPGA</B></A> -
134
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
135
<DD>Capability index for multi FPGA support
136 5 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#CAPABILITY_XMEGA"><B>CAPABILITY_XMEGA</B></A> -
137
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
138
<DD>Capability index for AVR XMEGA support.
139 3 ZTEX
<DT><A HREF="./ztex/CapabilityException.html" title="class in ztex"><B>CapabilityException</B></A> - Exception in <A HREF="./ztex/package-summary.html">ztex</A><DD>Thrown is a required capability is not available.<DT><A HREF="./ztex/CapabilityException.html#CapabilityException(ztex.Ztex1, java.lang.String)"><B>CapabilityException(Ztex1, String)</B></A> -
140
Constructor for exception ztex.<A HREF="./ztex/CapabilityException.html" title="class in ztex">CapabilityException</A>
141
<DD>Constructs an instance from a givig device and capability string.
142
<DT><A HREF="./ztex/Ztex1v1.html#capabilityInfo(java.lang.String)"><B>capabilityInfo(String)</B></A> -
143
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
144
<DD>Creates a String with capability information.
145
<DT><A HREF="./ztex/Ztex1v1.html#capabilityStrings"><B>capabilityStrings</B></A> -
146
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
147
<DD>The names of the capabilities
148
<DT><A HREF="./ztex/Ztex1.html#certainWorkarounds"><B>certainWorkarounds</B></A> -
149
Variable in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
150 4 ZTEX
<DD>Setting to true enables certain workarounds, e.g. to deal with bad driver/OS implementations.
151 3 ZTEX
<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> -
152
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
153
<DD>Checks whether ZTEX descriptor 1 is available and interface 1 and a given capability are supported.
154 5 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#checkCapability(int)"><B>checkCapability(int)</B></A> -
155
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
156
<DD>Checks whether ZTEX descriptor 1 is available and interface 1 and a given capability are supported.
157 3 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#checkCompatible(int, int, int, int)"><B>checkCompatible(int, int, int, int)</B></A> -
158
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
159
<DD>Checks whether the given product ID is compatible to the device corresponding to this class and whether interface 1 is supported.
160
<DT><A HREF="./ztex/Ztex1.html#checkValid()"><B>checkValid()</B></A> -
161
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
162
<DD>Checks whether ZTEX descriptor 1 is available.
163
<DT><A HREF="./ztex/Ztex1v1.html#checkValid()"><B>checkValid()</B></A> -
164
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
165
<DD>Checks whether ZTEX descriptor 1 is available and interface 1 is supported.
166 4 ZTEX
<DT><A HREF="./ztex/Ztex1.html#claimInterface(int)"><B>claimInterface(int)</B></A> -
167
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
168
<DD>Claims an interface.
169 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Device.html#close()"><B>close()</B></A> -
170
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
171
<DD>Release the claimed interface and close the opened device.
172
<DT><A HREF="./ztex/Ztex1v1.html#compatible(int, int, int, int)"><B>compatible(int, int, int, int)</B></A> -
173
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
174
<DD>Checks whether the given product ID is compatible to the device corresponding to this class and whether interface 1 is supported.
175
<DT><A HREF="./ztex/ZtexDevice1.html#compatible(int, int, int, int)"><B>compatible(int, int, int, int)</B></A> -
176
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
177
<DD>Checks whether the given product ID is compatible to the device.
178 5 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#configureFpga(java.lang.String, boolean, int)"><B>configureFpga(String, boolean, int)</B></A> -
179
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
180 8 ZTEX
<DD>Upload a Bitstream to the FPGA using high speed mode (if available) or low speed mode.
181 3 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#configureFpga(java.lang.String, boolean)"><B>configureFpga(String, boolean)</B></A> -
182
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
183 8 ZTEX
<DD>Upload a Bitstream to the FPGA using high speed mode (if available) or low speed mode.
184
<DT><A HREF="./ztex/Ztex1v1.html#configureFpgaHS(java.lang.String, boolean, int)"><B>configureFpgaHS(String, boolean, int)</B></A> -
185
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
186
<DD>Upload a Bitstream to the FPGA using high speed mode.
187
<DT><A HREF="./ztex/Ztex1v1.html#configureFpgaLS(java.lang.String, boolean, int)"><B>configureFpgaLS(String, boolean, int)</B></A> -
188
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
189
<DD>Upload a Bitstream to the FPGA using low speed mode.
190 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Device.html#controlMsg(int, int, int, int, byte[], int, int, boolean)"><B>controlMsg(int, int, int, int, byte[], int, int, boolean)</B></A> -
191
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
192
<DD>Performs a control request to the default control pipe on a device.
193
<DT><A HREF="./ztex/Ztex1.html#controlMsgTimeout"><B>controlMsgTimeout</B></A> -
194
Variable in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
195
<DD>The timeout for  control messages in ms.
196
<DT><A HREF="./ztex/ZtexDevice1.html#cypressProductId"><B>cypressProductId</B></A> -
197
Static variable in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
198 4 ZTEX
<DD>EZ-USB USB product ID: 0x8613
199 3 ZTEX
<DT><A HREF="./ztex/ZtexDevice1.html#cypressVendorId"><B>cypressVendorId</B></A> -
200
Static variable in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
201 4 ZTEX
<DD>Cypress vendor ID: 0x4b4
202 3 ZTEX
</DL>
203
<HR>
204
<A NAME="_D_"><!-- --></A><H2>
205
<B>D</B></H2>
206
<DL>
207
<DT><A HREF="./ztex/IhxFile.html#dataInfo(java.io.PrintStream)"><B>dataInfo(PrintStream)</B></A> -
208
Method in class ztex.<A HREF="./ztex/IhxFile.html" title="class in ztex">IhxFile</A>
209
<DD>Print out some information about the memory usage.
210 5 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#debugLastMsg()"><B>debugLastMsg()</B></A> -
211
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
212
<DD>Returns the number of the last message read out by <A HREF="./ztex/Ztex1v1.html#debugReadMessages(boolean, byte[])"><CODE>Ztex1v1.debugReadMessages(boolean,byte[])</CODE></A>
213
<DT><A HREF="./ztex/Ztex1v1.html#debugMsgSize()"><B>debugMsgSize()</B></A> -
214
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
215
<DD>Returns the size of messages in bytes.
216
<DT><A HREF="./ztex/Ztex1v1.html#debugNewMessages"><B>debugNewMessages</B></A> -
217
Variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
218 8 ZTEX
<DD>Is set by <A HREF="./ztex/Ztex1v1.html#debugReadMessages(boolean, byte[])"><CODE>Ztex1v1.debugReadMessages(boolean,byte[])</CODE></A> and contains the number of new messages.
219 5 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#debugReadMessages(boolean, byte[])"><B>debugReadMessages(boolean, byte[])</B></A> -
220
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
221
<DD>Reads debug messages from message stack.
222
<DT><A HREF="./ztex/Ztex1v1.html#debugStackSize()"><B>debugStackSize()</B></A> -
223
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
224
<DD>Returns the size of message stack in messages.
225 3 ZTEX
<DT><A HREF="./ztex/Ztex1.html#dev()"><B>dev()</B></A> -
226
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
227
<DD>Returns the corresponding <A HREF="./ztex/ZtexDevice1.html" title="class in ztex"><CODE>ZtexDevice1</CODE></A>.
228
<DT><A HREF="./ztex/ZtexDevice1.html#dev()"><B>dev()</B></A> -
229
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
230
<DD>Returns the USB device.
231
<DT><A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb"><B>Device</B></A> - Class in <A HREF="./ch/ntb/usb/package-summary.html">ch.ntb.usb</A><DD>This class represents an USB device.<DT><A HREF="./ch/ntb/usb/Device.html#Device(short, short)"><B>Device(short, short)</B></A> -
232
Constructor for class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
233
<DD>&nbsp;
234
<DT><A HREF="./ch/ntb/usb/Device.html#Device(short, short, java.lang.String)"><B>Device(short, short, String)</B></A> -
235
Constructor for class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
236
<DD>&nbsp;
237
<DT><A HREF="./ztex/ZtexScanBus1.html#device(int)"><B>device(int)</B></A> -
238
Method in class ztex.<A HREF="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</A>
239
<DD>Returns a device from the list of devices.
240
<DT><A HREF="./ztex/DeviceLostException.html" title="class in ztex"><B>DeviceLostException</B></A> - Exception in <A HREF="./ztex/package-summary.html">ztex</A><DD>Thrown if a device went lost after renumeration.<DT><A HREF="./ztex/DeviceLostException.html#DeviceLostException(java.lang.String)"><B>DeviceLostException(String)</B></A> -
241
Constructor for exception ztex.<A HREF="./ztex/DeviceLostException.html" title="class in ztex">DeviceLostException</A>
242
<DD>Constructs an instance from the given input string.
243
<DT><A HREF="./ztex/DeviceLostException.html#DeviceLostException()"><B>DeviceLostException()</B></A> -
244
Constructor for exception ztex.<A HREF="./ztex/DeviceLostException.html" title="class in ztex">DeviceLostException</A>
245
<DD>Constructs an instance using a standard message.
246 8 ZTEX
<DT><A HREF="./ztex/DeviceNotSupportedException.html" title="class in ztex"><B>DeviceNotSupportedException</B></A> - Exception in <A HREF="./ztex/package-summary.html">ztex</A><DD>Thrown if a device is not supported, i.e. has the wrong USB ID's.<DT><A HREF="./ztex/DeviceNotSupportedException.html#DeviceNotSupportedException(ch.ntb.usb.Usb_Device)"><B>DeviceNotSupportedException(Usb_Device)</B></A> -
247
Constructor for exception ztex.<A HREF="./ztex/DeviceNotSupportedException.html" title="class in ztex">DeviceNotSupportedException</A>
248
<DD>Constructs an instance from the given device.
249 3 ZTEX
</DL>
250
<HR>
251
<A NAME="_E_"><!-- --></A><H2>
252
<B>E</B></H2>
253
<DL>
254
<DT><A HREF="./ztex/Ztex1v1.html#eepromBytes"><B>eepromBytes</B></A> -
255
Variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
256
<DD>Number of bytes written to EEPROM.
257
<DT><A HREF="./ztex/Ztex1v1.html#eepromChecksum"><B>eepromChecksum</B></A> -
258
Variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
259
<DD>Checksum of the last EEPROM transfer.
260
<DT><A HREF="./ztex/Ztex1v1.html#eepromDisable()"><B>eepromDisable()</B></A> -
261
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
262
<DD>Disables the firmware stored in the EEPROM.
263
<DT><A HREF="./ztex/Ztex1v1.html#eepromRead(int, byte[], int)"><B>eepromRead(int, byte[], int)</B></A> -
264
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
265
<DD>Reads data from the EEPROM.
266
<DT><A HREF="./ztex/Ztex1v1.html#eepromState()"><B>eepromState()</B></A> -
267
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
268
<DD>Reads the current EEPROM status.
269 8 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#eepromUpload(ztex.ZtexIhxFile1, boolean)"><B>eepromUpload(ZtexIhxFile1, boolean)</B></A> -
270
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
271
<DD>Upload the firmware to the EEPROM.
272 3 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#eepromUpload(java.lang.String, boolean)"><B>eepromUpload(String, boolean)</B></A> -
273
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
274
<DD>Upload the firmware to the EEPROM.
275
<DT><A HREF="./ztex/Ztex1v1.html#eepromWrite(int, byte[], int)"><B>eepromWrite(int, byte[], int)</B></A> -
276
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
277
<DD>Writes data to the EEPROM.
278 9 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#enableExtraFpgaConfigurationChecks"><B>enableExtraFpgaConfigurationChecks</B></A> -
279
Variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
280
<DD>Enables extra FPGA configuration checks.
281 3 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#ERROR_BAD_FILE_DESCRIPTOR"><B>ERROR_BAD_FILE_DESCRIPTOR</B></A> -
282
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
283
<DD>System error codes.
284
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#ERROR_BUSY"><B>ERROR_BUSY</B></A> -
285
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
286
<DD>System error codes.
287
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#ERROR_INVALID_PARAMETER"><B>ERROR_INVALID_PARAMETER</B></A> -
288
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
289
<DD>System error codes.
290
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#ERROR_IO_ERROR"><B>ERROR_IO_ERROR</B></A> -
291
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
292
<DD>System error codes.
293
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#ERROR_NO_SUCH_DEVICE_OR_ADDRESS"><B>ERROR_NO_SUCH_DEVICE_OR_ADDRESS</B></A> -
294
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
295
<DD>System error codes.
296
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#ERROR_NOT_ENOUGH_MEMORY"><B>ERROR_NOT_ENOUGH_MEMORY</B></A> -
297
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
298
<DD>System error codes.
299
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#ERROR_SUCCESS"><B>ERROR_SUCCESS</B></A> -
300
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
301
<DD>System error codes.
302
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#ERROR_TIMEDOUT"><B>ERROR_TIMEDOUT</B></A> -
303
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
304
<DD>System error codes.
305
<DT><A HREF="./ztex/EzUsb.html" title="class in ztex"><B>EzUsb</B></A> - Class in <A HREF="./ztex/package-summary.html">ztex</A><DD>Provides methods for uploading firmware to Cypress EZ-USB devices.<DT><A HREF="./ztex/EzUsb.html#EzUsb()"><B>EzUsb()</B></A> -
306
Constructor for class ztex.<A HREF="./ztex/EzUsb.html" title="class in ztex">EzUsb</A>
307
<DD>&nbsp;
308
</DL>
309
<HR>
310
<A NAME="_F_"><!-- --></A><H2>
311
<B>F</B></H2>
312
<DL>
313
<DT><A HREF="./ztex/Ztex1.html#finalize()"><B>finalize()</B></A> -
314
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
315
<DD>The destructor closes the USB file handle.
316
<DT><A HREF="./ztex/FirmwareUploadException.html" title="class in ztex"><B>FirmwareUploadException</B></A> - Exception in <A HREF="./ztex/package-summary.html">ztex</A><DD>Signals that an error occured while attempting to upload the firmware.<DT><A HREF="./ztex/FirmwareUploadException.html#FirmwareUploadException(java.lang.String)"><B>FirmwareUploadException(String)</B></A> -
317
Constructor for exception ztex.<A HREF="./ztex/FirmwareUploadException.html" title="class in ztex">FirmwareUploadException</A>
318
<DD>Constructs an instance from the given error message.
319
<DT><A HREF="./ztex/FirmwareUploadException.html#FirmwareUploadException()"><B>FirmwareUploadException()</B></A> -
320
Constructor for exception ztex.<A HREF="./ztex/FirmwareUploadException.html" title="class in ztex">FirmwareUploadException</A>
321
<DD>Constructs an instance using a standard message.
322
<DT><A HREF="./ztex/Ztex1v1.html#FLASH_EC_BUSY"><B>FLASH_EC_BUSY</B></A> -
323
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
324
<DD>Signals that Flash memory it busy.
325
<DT><A HREF="./ztex/Ztex1v1.html#FLASH_EC_CMD_ERROR"><B>FLASH_EC_CMD_ERROR</B></A> -
326
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
327
<DD>Signals an error while attempting to execute a command.
328
<DT><A HREF="./ztex/Ztex1v1.html#FLASH_EC_NO_ERROR"><B>FLASH_EC_NO_ERROR</B></A> -
329
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
330
<DD>Means no error.
331 5 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#FLASH_EC_NOTSUPPORTED"><B>FLASH_EC_NOTSUPPORTED</B></A> -
332
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
333 8 ZTEX
<DD>Signals the the installed Flash memory is not supported.
334 3 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#FLASH_EC_PENDING"><B>FLASH_EC_PENDING</B></A> -
335
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
336
<DD>Signals that another Flash operation is pending.
337
<DT><A HREF="./ztex/Ztex1v1.html#FLASH_EC_READ_ERROR"><B>FLASH_EC_READ_ERROR</B></A> -
338
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
339
<DD>Signals an error while attempting to read from Flash.
340
<DT><A HREF="./ztex/Ztex1v1.html#FLASH_EC_TIMEOUT"><B>FLASH_EC_TIMEOUT</B></A> -
341
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
342
<DD>Signals that a timeout occurred.
343
<DT><A HREF="./ztex/Ztex1v1.html#FLASH_EC_WRITE_ERROR"><B>FLASH_EC_WRITE_ERROR</B></A> -
344
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
345
<DD>Signals an error while attempting to write to Flash.
346
<DT><A HREF="./ztex/Ztex1v1.html#flashEC"><B>flashEC</B></A> -
347
Variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
348
<DD>Last Flash error code obtained by <A HREF="./ztex/Ztex1v1.html#flashState()"><CODE>Ztex1v1.flashState()</CODE></A>.
349
<DT><A HREF="./ztex/Ztex1v1.html#flashEnabled()"><B>flashEnabled()</B></A> -
350
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
351
<DD>Returns true if Flash memory is installed.
352
<DT><A HREF="./ztex/Ztex1v1.html#flashFirstFreeSector()"><B>flashFirstFreeSector()</B></A> -
353
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
354
<DD>Returns the first free sector of the Flash memory.
355
<DT><A HREF="./ztex/Ztex1v1.html#flashReadSector(int, byte[])"><B>flashReadSector(int, byte[])</B></A> -
356
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
357
<DD>Reads one sector from the Flash.
358 8 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#flashReadSector(int, int, byte[])"><B>flashReadSector(int, int, byte[])</B></A> -
359
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
360
<DD>Reads a integer number of sectors from the Flash.
361 3 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#flashResetBitstream()"><B>flashResetBitstream()</B></A> -
362
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
363
<DD>Clears a Bitstream from the Flash.
364
<DT><A HREF="./ztex/Ztex1v1.html#flashSectors()"><B>flashSectors()</B></A> -
365
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
366
<DD>Returns the number of sectors of the Flash memory or 0, if no Flash memory is installed.
367
<DT><A HREF="./ztex/Ztex1v1.html#flashSectorSize()"><B>flashSectorSize()</B></A> -
368
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
369
<DD>Returns the sector size of the Flash memory or 0, if no flash memory is installed.
370
<DT><A HREF="./ztex/Ztex1v1.html#flashSize()"><B>flashSize()</B></A> -
371
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
372
<DD>Returns the size of Flash memory or 0, if no Flash memory is installed.
373
<DT><A HREF="./ztex/Ztex1v1.html#flashState()"><B>flashState()</B></A> -
374
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
375
<DD>Reads the the Flash memory status and information.
376
<DT><A HREF="./ztex/Ztex1v1.html#flashStrError(int)"><B>flashStrError(int)</B></A> -
377
Static method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
378
<DD>Converts a given error code into a String.
379
<DT><A HREF="./ztex/Ztex1v1.html#flashStrError()"><B>flashStrError()</B></A> -
380
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
381
<DD>Gets the last Flash error from the device.
382 5 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#flashUploadBitstream(java.lang.String, int)"><B>flashUploadBitstream(String, int)</B></A> -
383
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
384
<DD>Uploads a Bitstream to the Flash.
385 3 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#flashUploadBitstream(java.lang.String)"><B>flashUploadBitstream(String)</B></A> -
386
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
387
<DD>Uploads a Bitstream to the Flash.
388
<DT><A HREF="./ztex/Ztex1v1.html#flashWriteSector(int, byte[])"><B>flashWriteSector(int, byte[])</B></A> -
389
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
390
<DD>Writes one sector to the Flash.
391 8 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#flashWriteSector(int, int, byte[])"><B>flashWriteSector(int, int, byte[])</B></A> -
392
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
393
<DD>Writes a integer number of sectors to the Flash.
394 3 ZTEX
<DT><A HREF="./ch/ntb/usb/USB.html#FULLSPEED_MAX_BULK_PACKET_SIZE"><B>FULLSPEED_MAX_BULK_PACKET_SIZE</B></A> -
395
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
396
<DD>The maximum packet size of a bulk transfer when operating in fullspeed
397
 (12 MB/s) mode.
398
<DT><A HREF="./ztex/ZtexDevice1.html#fwVersion()"><B>fwVersion()</B></A> -
399
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
400
<DD>Returns the firmware version.
401
<DT><A HREF="./ztex/ZtexIhxFile1.html#fwVersion()"><B>fwVersion()</B></A> -
402
Method in class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
403
<DD>Returns the firmware version.
404
</DL>
405
<HR>
406
<A NAME="_G_"><!-- --></A><H2>
407
<B>G</B></H2>
408
<DL>
409
<DT><A HREF="./ch/ntb/usb/Device.html#getAltinterface()"><B>getAltinterface()</B></A> -
410
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
411
<DD>Returns the alternative interface.
412
<DT><A HREF="./ch/ntb/usb/Usb_Interface.html#getAltsetting()"><B>getAltsetting()</B></A> -
413
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface.html" title="class in ch.ntb.usb">Usb_Interface</A>
414
<DD>Retuns an array of interface descriptors.
415
<DT><A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html#getBAlternateSetting()"><B>getBAlternateSetting()</B></A> -
416
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html" title="class in ch.ntb.usb">Usb_Interface_Descriptor</A>
417 8 ZTEX
<DD>Returns the value used to select the alternate setting (<A HREF="./ch/ntb/usb/LibusbJava.html#usb_set_altinterface(long, int)"><CODE>LibusbJava.usb_set_altinterface(long, int)</CODE></A>).
418 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#getBcdDevice()"><B>getBcdDevice()</B></A> -
419
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
420
<DD>Returns the device release number.
421
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#getBcdUSB()"><B>getBcdUSB()</B></A> -
422
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
423
<DD>Returns the USB specification number to which the device complies to.
424
<DT><A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html#getBConfigurationValue()"><B>getBConfigurationValue()</B></A> -
425
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb">Usb_Config_Descriptor</A>
426 8 ZTEX
<DD>Returns the value to use as an argument to select this configuration (<A HREF="./ch/ntb/usb/LibusbJava.html#usb_set_configuration(long, int)"><CODE>LibusbJava.usb_set_configuration(long, int)</CODE></A>).
427 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#getBDescriptorType()"><B>getBDescriptorType()</B></A> -
428
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
429
<DD>Get the type of this descriptor.
430
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#getBDeviceClass()"><B>getBDeviceClass()</B></A> -
431
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
432
<DD>Returns the class code (Assigned by <a
433
 href="http://www.usb.org">www.usb.org</a>)<br>
434
 If equal to zero, each interface specifies it's own class code.
435
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#getBDeviceProtocol()"><B>getBDeviceProtocol()</B></A> -
436
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
437
<DD>Returns the protocol code (Assigned by <a
438
 href="http://www.usb.org">www.usb.org</a>)<br>
439
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#getBDeviceSubClass()"><B>getBDeviceSubClass()</B></A> -
440
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
441
<DD>Returns the subclass code (Assigned by <a
442
 href="http://www.usb.org">www.usb.org</a>)<br>
443
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#getBEndpointAddress()"><B>getBEndpointAddress()</B></A> -
444
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
445
<DD>Returns the endpoint address.
446
<DT><A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html#getBInterfaceClass()"><B>getBInterfaceClass()</B></A> -
447
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html" title="class in ch.ntb.usb">Usb_Interface_Descriptor</A>
448
<DD>Returns the class code (Assigned by <a
449
 href="http://www.usb.org">www.usb.org</a>).
450
<DT><A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html#getBInterfaceNumber()"><B>getBInterfaceNumber()</B></A> -
451
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html" title="class in ch.ntb.usb">Usb_Interface_Descriptor</A>
452
<DD>Returns the number (identifier) of this interface.
453
<DT><A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html#getBInterfaceProtocol()"><B>getBInterfaceProtocol()</B></A> -
454
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html" title="class in ch.ntb.usb">Usb_Interface_Descriptor</A>
455
<DD>Returns the protocol code (Assigned by <a
456
 href="http://www.usb.org">www.usb.org</a>).
457
<DT><A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html#getBInterfaceSubClass()"><B>getBInterfaceSubClass()</B></A> -
458
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html" title="class in ch.ntb.usb">Usb_Interface_Descriptor</A>
459
<DD>Returns the subclass code (Assigned by <a
460
 href="http://www.usb.org">www.usb.org</a>).
461
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#getBInterval()"><B>getBInterval()</B></A> -
462
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
463
<DD>Returns the intervall for polling endpoint data transfers.
464
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#getBLength()"><B>getBLength()</B></A> -
465
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
466
<DD>Get the size of this descriptor in bytes.
467
<DT><A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html#getBmAttributes()"><B>getBmAttributes()</B></A> -
468
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb">Usb_Config_Descriptor</A>
469
<DD>Returns the power parameters for this configuration.
470
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#getBmAttributes()"><B>getBmAttributes()</B></A> -
471
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
472
<DD>Returns the attributes of this endpoint.
473
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#getBMaxPacketSize0()"><B>getBMaxPacketSize0()</B></A> -
474
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
475
<DD>Returns the maximum packet size for endpoint zero.
476
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#getBNumConfigurations()"><B>getBNumConfigurations()</B></A> -
477
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
478
<DD>Returns the number of possible configurations supported at its current
479
 speed.
480
<DT><A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html#getBNumEndpoints()"><B>getBNumEndpoints()</B></A> -
481
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html" title="class in ch.ntb.usb">Usb_Interface_Descriptor</A>
482
<DD>Returns the number of endpoints used for this interface.
483
<DT><A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html#getBNumInterfaces()"><B>getBNumInterfaces()</B></A> -
484
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb">Usb_Config_Descriptor</A>
485
<DD>Returns the number of interfaces.
486
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#getBRefresh()"><B>getBRefresh()</B></A> -
487
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
488
<DD>&nbsp;
489
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#getBSynchAddress()"><B>getBSynchAddress()</B></A> -
490
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
491
<DD>&nbsp;
492
<DT><A HREF="./ch/ntb/usb/USB.html#getBus()"><B>getBus()</B></A> -
493
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
494
<DD>Returns the root <A HREF="./ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb"><CODE>Usb_Bus</CODE></A> element.
495
<DT><A HREF="./ch/ntb/usb/Usb_Device.html#getBus()"><B>getBus()</B></A> -
496
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A>
497
<DD>Returns the reference to the bus to which this device is connected.
498
<DT><A HREF="./ch/ntb/usb/Usb_Device.html#getChildren()"><B>getChildren()</B></A> -
499
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A>
500
<DD>Returns a reference to the first child.
501
<DT><A HREF="./ch/ntb/usb/Usb_Device.html#getConfig()"><B>getConfig()</B></A> -
502
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A>
503
<DD>Returns the USB config descriptors.
504
<DT><A HREF="./ch/ntb/usb/Device.html#getConfigDescriptors()"><B>getConfigDescriptors()</B></A> -
505
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
506
<DD>Returns the configuration descriptors associated with this device.
507
<DT><A HREF="./ch/ntb/usb/Device.html#getConfiguration()"><B>getConfiguration()</B></A> -
508
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
509
<DD>Returns the current configuration used.
510
<DT><A HREF="./ch/ntb/usb/Usb_Device.html#getDescriptor()"><B>getDescriptor()</B></A> -
511
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A>
512
<DD>Returns the USB device descriptor.
513
<DT><A HREF="./ch/ntb/usb/Device.html#getDevice()"><B>getDevice()</B></A> -
514
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
515
<DD>Returns the Usb_Device instance associated with this device.
516
<DT><A HREF="./ch/ntb/usb/USB.html#getDevice(short, short, java.lang.String)"><B>getDevice(short, short, String)</B></A> -
517
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
518
<DD>Create a new device an register it in a device queue.
519
<DT><A HREF="./ch/ntb/usb/USB.html#getDevice(short, short)"><B>getDevice(short, short)</B></A> -
520
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
521
<DD>See <A HREF="./ch/ntb/usb/USB.html#getDevice(short, short, java.lang.String)"><CODE>USB.getDevice(short, short, String)</CODE></A>.
522
<DT><A HREF="./ch/ntb/usb/Device.html#getDeviceDescriptor()"><B>getDeviceDescriptor()</B></A> -
523
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
524
<DD>Returns the device descriptor associated with this device.
525
<DT><A HREF="./ch/ntb/usb/Usb_Bus.html#getDevices()"><B>getDevices()</B></A> -
526
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb">Usb_Bus</A>
527
<DD>Get the first device ojects of the devices linked list.
528
<DT><A HREF="./ch/ntb/usb/Usb_Device.html#getDevnum()"><B>getDevnum()</B></A> -
529
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A>
530
<DD>Returns the number assigned to this device.
531
<DT><A HREF="./ch/ntb/usb/Usb_Bus.html#getDirname()"><B>getDirname()</B></A> -
532
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb">Usb_Bus</A>
533
<DD>Returns the systems String representation of the bus.
534
<DT><A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html#getEndpoint()"><B>getEndpoint()</B></A> -
535
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html" title="class in ch.ntb.usb">Usb_Interface_Descriptor</A>
536
<DD>Returns an array of endpoint descriptors.
537
<DT><A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html#getExtra()"><B>getExtra()</B></A> -
538
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb">Usb_Config_Descriptor</A>
539
<DD>Returns the data of extra descriptor(s) if available.
540
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#getExtra()"><B>getExtra()</B></A> -
541
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
542
<DD>Returns the data of extra descriptor(s) if available.
543
<DT><A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html#getExtra()"><B>getExtra()</B></A> -
544
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html" title="class in ch.ntb.usb">Usb_Interface_Descriptor</A>
545
<DD>Returns the data of extra descriptor(s) if available.
546
<DT><A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html#getExtralen()"><B>getExtralen()</B></A> -
547
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb">Usb_Config_Descriptor</A>
548
<DD>Returns the number of bytes of the extra descriptor.
549
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#getExtralen()"><B>getExtralen()</B></A> -
550
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
551
<DD>Returns the number of bytes of the extra descriptor.
552
<DT><A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html#getExtralen()"><B>getExtralen()</B></A> -
553
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html" title="class in ch.ntb.usb">Usb_Interface_Descriptor</A>
554
<DD>Returns the number of bytes of the extra descriptor.
555
<DT><A HREF="./ch/ntb/usb/Device.html#getFilename()"><B>getFilename()</B></A> -
556
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
557
<DD>Returns the optional filename which is set when there are multiple
558
 devices with the same vendor and product id.
559
<DT><A HREF="./ch/ntb/usb/Usb_Device.html#getFilename()"><B>getFilename()</B></A> -
560
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A>
561
<DD>Returns the systems String representation.
562
<DT><A HREF="./ztex/Ztex1v1.html#getFlashEC()"><B>getFlashEC()</B></A> -
563
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
564
<DD>Gets the last Flash error from the device.
565
<DT><A HREF="./ztex/Ztex1v1.html#getFpgaConfiguration()"><B>getFpgaConfiguration()</B></A> -
566
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
567
<DD>Returns true if the FPGA is configured.
568
<DT><A HREF="./ztex/Ztex1v1.html#getFpgaConfigurationStr()"><B>getFpgaConfigurationStr()</B></A> -
569
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
570
<DD>Returns a string that indicates the FPGA configuration status.
571
<DT><A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html#getIConfiguration()"><B>getIConfiguration()</B></A> -
572
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb">Usb_Config_Descriptor</A>
573
<DD>Returns the index of the String descriptor describing this configuration.
574
<DT><A HREF="./ch/ntb/usb/Device.html#getIdProduct()"><B>getIdProduct()</B></A> -
575
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
576
<DD>Returns the product ID of the device.
577
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#getIdProduct()"><B>getIdProduct()</B></A> -
578
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
579
<DD>Returns the product ID (Assigned by <a
580
 href="http://www.usb.org">www.usb.org</a>)<br>
581
<DT><A HREF="./ch/ntb/usb/Device.html#getIdVendor()"><B>getIdVendor()</B></A> -
582
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
583
<DD>Returns the vendor ID of the device.
584
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#getIdVendor()"><B>getIdVendor()</B></A> -
585
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
586
<DD>Returns the Vendor ID (Assigned by <a
587
 href="http://www.usb.org">www.usb.org</a>)<br>
588
<DT><A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html#getIInterface()"><B>getIInterface()</B></A> -
589
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html" title="class in ch.ntb.usb">Usb_Interface_Descriptor</A>
590
<DD>Returns the index of the String descriptor describing this interface.
591
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#getIManufacturer()"><B>getIManufacturer()</B></A> -
592
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
593
<DD>Returns the index of the manufacturer string descriptor.
594
<DT><A HREF="./ztex/JInputStream.html#getInputStream(java.lang.String)"><B>getInputStream(String)</B></A> -
595
Static method in class ztex.<A HREF="./ztex/JInputStream.html" title="class in ztex">JInputStream</A>
596
<DD>Constructs an instance from a giving file name.
597
<DT><A HREF="./ch/ntb/usb/Device.html#getInterface()"><B>getInterface()</B></A> -
598
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
599
<DD>Returns the current interface.
600
<DT><A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html#getInterface()"><B>getInterface()</B></A> -
601
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb">Usb_Config_Descriptor</A>
602
<DD>Returns the USB interface descriptors.
603 8 ZTEX
<DT><A HREF="./ztex/Ztex1.html#getInterfaceClaimed(int)"><B>getInterfaceClaimed(int)</B></A> -
604
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
605
<DD>Returns true if interface is claimed.
606 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#getIProduct()"><B>getIProduct()</B></A> -
607
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
608
<DD>Returns the index of the product string descriptor.
609
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#getISerialNumber()"><B>getISerialNumber()</B></A> -
610
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
611
<DD>Returns the index of serial number string descriptor.
612
<DT><A HREF="./ch/ntb/usb/Usb_Bus.html#getLocation()"><B>getLocation()</B></A> -
613
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb">Usb_Bus</A>
614
<DD>Returns the location in the USB bus linked list.
615
<DT><A HREF="./ch/ntb/usb/Device.html#getMaxPacketSize()"><B>getMaxPacketSize()</B></A> -
616
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
617
<DD>Returns the maximum packet size in bytes which is allowed to be
618
 transmitted at once.
619
<DT><A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html#getMaxPower()"><B>getMaxPower()</B></A> -
620
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb">Usb_Config_Descriptor</A>
621
<DD>Returns the maximum power consumption in 2mA units.
622
<DT><A HREF="./ch/ntb/usb/Usb_Bus.html#getNext()"><B>getNext()</B></A> -
623
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb">Usb_Bus</A>
624
<DD>Returns the next bus object.
625
<DT><A HREF="./ch/ntb/usb/Usb_Device.html#getNext()"><B>getNext()</B></A> -
626
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A>
627
<DD>Returns the pointer to the next device.
628
<DT><A HREF="./ch/ntb/usb/Usb_Interface.html#getNumAltsetting()"><B>getNumAltsetting()</B></A> -
629
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface.html" title="class in ch.ntb.usb">Usb_Interface</A>
630
<DD>Returns the number of alternate settings.
631
<DT><A HREF="./ch/ntb/usb/Usb_Device.html#getNumChildren()"><B>getNumChildren()</B></A> -
632
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A>
633
<DD>Returns the number of children of this device.
634
<DT><A HREF="./ch/ntb/usb/Usb_Bus.html#getPrev()"><B>getPrev()</B></A> -
635
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb">Usb_Bus</A>
636
<DD>Returns the previous bus object.
637
<DT><A HREF="./ch/ntb/usb/Usb_Device.html#getPrev()"><B>getPrev()</B></A> -
638
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A>
639
<DD>Returns the pointer to the previous device.
640
<DT><A HREF="./ch/ntb/usb/Usb_Bus.html#getRootDev()"><B>getRootDev()</B></A> -
641
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb">Usb_Bus</A>
642
<DD>Get the root device of this bus.
643
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#getWMaxPacketSize()"><B>getWMaxPacketSize()</B></A> -
644
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
645
<DD>Returns the maximum packet size of this endpoint is capable of sending or
646
 receiving.
647
<DT><A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html#getWTotalLength()"><B>getWTotalLength()</B></A> -
648
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb">Usb_Config_Descriptor</A>
649
<DD>Returns the total length in bytes of all descriptors.
650
</DL>
651
<HR>
652
<A NAME="_H_"><!-- --></A><H2>
653
<B>H</B></H2>
654
<DL>
655
<DT><A HREF="./ztex/Ztex1.html#handle()"><B>handle()</B></A> -
656
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
657
<DD>Returns the USB file handle.
658
<DT><A HREF="./ch/ntb/usb/USB.html#HIGHSPEED_MAX_BULK_PACKET_SIZE"><B>HIGHSPEED_MAX_BULK_PACKET_SIZE</B></A> -
659
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
660
<DD>The maximum packet size of a bulk transfer when operating in highspeed
661
 (480 MB/s) mode.
662
</DL>
663
<HR>
664
<A NAME="_I_"><!-- --></A><H2>
665
<B>I</B></H2>
666
<DL>
667
<DT><A HREF="./ztex/IhxFile.html#ihxData"><B>ihxData</B></A> -
668
Variable in class ztex.<A HREF="./ztex/IhxFile.html" title="class in ztex">IhxFile</A>
669
<DD>This array stores the firmware image.
670
<DT><A HREF="./ztex/IhxFile.html" title="class in ztex"><B>IhxFile</B></A> - Class in <A HREF="./ztex/package-summary.html">ztex</A><DD>A class representing a firmware image loaded from an ihx (Intel Hex format) file.<DT><A HREF="./ztex/IhxFile.html#IhxFile(java.lang.String)"><B>IhxFile(String)</B></A> -
671
Constructor for class ztex.<A HREF="./ztex/IhxFile.html" title="class in ztex">IhxFile</A>
672
<DD>Constructs an instance from a given file name.
673
<DT><A HREF="./ztex/IhxFileDamagedException.html" title="class in ztex"><B>IhxFileDamagedException</B></A> - Exception in <A HREF="./ztex/package-summary.html">ztex</A><DD>Signals that an ihx file is corrupt.<DT><A HREF="./ztex/IhxFileDamagedException.html#IhxFileDamagedException(java.lang.String, int, java.lang.String)"><B>IhxFileDamagedException(String, int, String)</B></A> -
674
Constructor for exception ztex.<A HREF="./ztex/IhxFileDamagedException.html" title="class in ztex">IhxFileDamagedException</A>
675
<DD>Constructs an instance from a given file name, line number and error message.
676
<DT><A HREF="./ztex/IhxParseException.html" title="class in ztex"><B>IhxParseException</B></A> - Exception in <A HREF="./ztex/package-summary.html">ztex</A><DD>Signals that an error occurred while attempting to decode the ihx file.<DT><A HREF="./ztex/IhxParseException.html#IhxParseException(java.lang.String)"><B>IhxParseException(String)</B></A> -
677
Constructor for exception ztex.<A HREF="./ztex/IhxParseException.html" title="class in ztex">IhxParseException</A>
678
<DD>Constructs an instance from the given error message.
679
<DT><A HREF="./ztex/IncompatibleFirmwareException.html" title="class in ztex"><B>IncompatibleFirmwareException</B></A> - Exception in <A HREF="./ztex/package-summary.html">ztex</A><DD>Thrown while attempting to overwrite an existing firmware with an incompatible one.<DT><A HREF="./ztex/IncompatibleFirmwareException.html#IncompatibleFirmwareException(java.lang.String)"><B>IncompatibleFirmwareException(String)</B></A> -
680
Constructor for exception ztex.<A HREF="./ztex/IncompatibleFirmwareException.html" title="class in ztex">IncompatibleFirmwareException</A>
681
<DD>Constructs an instance from the given error message.
682
<DT><A HREF="./ztex/IncompatibleFirmwareException.html#IncompatibleFirmwareException()"><B>IncompatibleFirmwareException()</B></A> -
683
Constructor for exception ztex.<A HREF="./ztex/IncompatibleFirmwareException.html" title="class in ztex">IncompatibleFirmwareException</A>
684
<DD>Constructs an instance using a standard message.
685
<DT><A HREF="./ch/ntb/usb/USB.html#init()"><B>init()</B></A> -
686
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
687
<DD>Explicitly calls <A HREF="./ch/ntb/usb/LibusbJava.html#usb_init()"><CODE>LibusbJava.usb_init()</CODE></A>.
688
<DT><A HREF="./ztex/ZtexDevice1.html#interfaceCapabilities()"><B>interfaceCapabilities()</B></A> -
689
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
690
<DD>Returns the interface capabilities (all 6 bytes).
691
<DT><A HREF="./ztex/ZtexDevice1.html#interfaceCapabilities(int)"><B>interfaceCapabilities(int)</B></A> -
692
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
693
<DD>Returns byte i of the interface capabilities.
694
<DT><A HREF="./ztex/ZtexDevice1.html#interfaceCapabilities(int, int)"><B>interfaceCapabilities(int, int)</B></A> -
695
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
696
<DD>Returns byte i, bit j  of the interface capabilities.
697
<DT><A HREF="./ztex/ZtexIhxFile1.html#interfaceCapabilities()"><B>interfaceCapabilities()</B></A> -
698
Method in class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
699
<DD>Returns the interface capabilities (all 6 bytes).
700
<DT><A HREF="./ztex/ZtexIhxFile1.html#interfaceCapabilities(int)"><B>interfaceCapabilities(int)</B></A> -
701
Method in class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
702
<DD>Returns byte i of the interface capabilities.
703
<DT><A HREF="./ztex/ZtexDevice1.html#interfaceVersion()"><B>interfaceVersion()</B></A> -
704
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
705
<DD>Returns the interface version.
706
<DT><A HREF="./ztex/ZtexIhxFile1.html#interfaceVersion()"><B>interfaceVersion()</B></A> -
707
Method in class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
708
<DD>Returns the interface version.
709 8 ZTEX
<DT><A HREF="./ztex/InvalidFirmwareException.html" title="class in ztex"><B>InvalidFirmwareException</B></A> - Exception in <A HREF="./ztex/package-summary.html">ztex</A><DD>Thrown if a device runs with no or the wrong firmware, i.e. if the ZTEX descriptor is not found or damaged.<DT><A HREF="./ztex/InvalidFirmwareException.html#InvalidFirmwareException(java.lang.String)"><B>InvalidFirmwareException(String)</B></A> -
710 3 ZTEX
Constructor for exception ztex.<A HREF="./ztex/InvalidFirmwareException.html" title="class in ztex">InvalidFirmwareException</A>
711 8 ZTEX
<DD>Constructs an instance from the error message.
712
<DT><A HREF="./ztex/InvalidFirmwareException.html#InvalidFirmwareException(ztex.Ztex1, java.lang.String)"><B>InvalidFirmwareException(Ztex1, String)</B></A> -
713
Constructor for exception ztex.<A HREF="./ztex/InvalidFirmwareException.html" title="class in ztex">InvalidFirmwareException</A>
714 3 ZTEX
<DD>Constructs an instance from the given device and error message.
715
<DT><A HREF="./ztex/InvalidFirmwareException.html#InvalidFirmwareException(ztex.ZtexDevice1, java.lang.String)"><B>InvalidFirmwareException(ZtexDevice1, String)</B></A> -
716
Constructor for exception ztex.<A HREF="./ztex/InvalidFirmwareException.html" title="class in ztex">InvalidFirmwareException</A>
717
<DD>Constructs an instance from the given device and error message.
718
<DT><A HREF="./ztex/InvalidFirmwareException.html#InvalidFirmwareException(ch.ntb.usb.Usb_Device, java.lang.String)"><B>InvalidFirmwareException(Usb_Device, String)</B></A> -
719
Constructor for exception ztex.<A HREF="./ztex/InvalidFirmwareException.html" title="class in ztex">InvalidFirmwareException</A>
720
<DD>Constructs an instance from the given device and error message.
721
<DT><A HREF="./ztex/InvalidFirmwareException.html#InvalidFirmwareException(ztex.Ztex1)"><B>InvalidFirmwareException(Ztex1)</B></A> -
722
Constructor for exception ztex.<A HREF="./ztex/InvalidFirmwareException.html" title="class in ztex">InvalidFirmwareException</A>
723
<DD>Constructs an instance from the given device and error message.
724
<DT><A HREF="./ztex/InvalidFirmwareException.html#InvalidFirmwareException(ztex.ZtexDevice1)"><B>InvalidFirmwareException(ZtexDevice1)</B></A> -
725
Constructor for exception ztex.<A HREF="./ztex/InvalidFirmwareException.html" title="class in ztex">InvalidFirmwareException</A>
726
<DD>Constructs an instance from the given device and error message.
727
<DT><A HREF="./ztex/InvalidFirmwareException.html#InvalidFirmwareException(ch.ntb.usb.Usb_Device)"><B>InvalidFirmwareException(Usb_Device)</B></A> -
728
Constructor for exception ztex.<A HREF="./ztex/InvalidFirmwareException.html" title="class in ztex">InvalidFirmwareException</A>
729
<DD>Constructs an instance from the given device and error message.
730
<DT><A HREF="./ch/ntb/usb/Device.html#isOpen()"><B>isOpen()</B></A> -
731
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
732
<DD>Check if the device is open.
733
</DL>
734
<HR>
735
<A NAME="_J_"><!-- --></A><H2>
736
<B>J</B></H2>
737
<DL>
738
<DT><A HREF="./ztex/JInputStream.html" title="class in ztex"><B>JInputStream</B></A> - Class in <A HREF="./ztex/package-summary.html">ztex</A><DD>Creates an input stream from a regular file or a system resource file (i.e. a file from the current jar file).<DT><A HREF="./ztex/JInputStream.html#JInputStream()"><B>JInputStream()</B></A> -
739
Constructor for class ztex.<A HREF="./ztex/JInputStream.html" title="class in ztex">JInputStream</A>
740
<DD>&nbsp;
741
</DL>
742
<HR>
743
<A NAME="_L_"><!-- --></A><H2>
744
<B>L</B></H2>
745
<DL>
746
<DT><A HREF="./ch/ntb/usb/LibLoader.html" title="class in ch.ntb.usb"><B>LibLoader</B></A> - Class in <A HREF="./ch/ntb/usb/package-summary.html">ch.ntb.usb</A><DD>This class allows to load libraries in the normal way or as a system resource (e.g. form the current .jar file).<DT><A HREF="./ch/ntb/usb/LibLoader.html#LibLoader()"><B>LibLoader()</B></A> -
747
Constructor for class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibLoader.html" title="class in ch.ntb.usb">LibLoader</A>
748
<DD>&nbsp;
749
<DT><A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb"><B>LibusbJava</B></A> - Class in <A HREF="./ch/ntb/usb/package-summary.html">ch.ntb.usb</A><DD>This class represents the Java Native Interface to the shared library which
750
 is (with some exceptions) a one-to-one representation of the libusb API.<DT><A HREF="./ch/ntb/usb/LibusbJava.html#LibusbJava()"><B>LibusbJava()</B></A> -
751
Constructor for class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
752
<DD>&nbsp;
753
<DT><A HREF="./ch/ntb/usb/LibLoader.html#load(java.lang.String)"><B>load(String)</B></A> -
754
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibLoader.html" title="class in ch.ntb.usb">LibLoader</A>
755
<DD>Loads a library.
756
<DT><A HREF="./ch/ntb/usb/Utils.html#logBus(ch.ntb.usb.Usb_Bus)"><B>logBus(Usb_Bus)</B></A> -
757
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Utils.html" title="class in ch.ntb.usb">Utils</A>
758
<DD>&nbsp;
759
<DT><A HREF="./ch/ntb/usb/Utils.html#logBus(ch.ntb.usb.Usb_Bus, java.io.PrintStream)"><B>logBus(Usb_Bus, PrintStream)</B></A> -
760
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Utils.html" title="class in ch.ntb.usb">Utils</A>
761
<DD>&nbsp;
762
</DL>
763
<HR>
764
<A NAME="_M_"><!-- --></A><H2>
765
<B>M</B></H2>
766
<DL>
767 8 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#macEepromRead(int, byte[], int)"><B>macEepromRead(int, byte[], int)</B></A> -
768
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
769
<DD>Reads data from the MAC EEPROM.
770
<DT><A HREF="./ztex/Ztex1v1.html#macEepromState()"><B>macEepromState()</B></A> -
771
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
772
<DD>Reads the current MAC EEPROM status.
773
<DT><A HREF="./ztex/Ztex1v1.html#macEepromWrite(int, byte[], int)"><B>macEepromWrite(int, byte[], int)</B></A> -
774
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
775
<DD>Writes data to the MAC EEPROM.
776
<DT><A HREF="./ztex/Ztex1v1.html#macRead(byte[])"><B>macRead(byte[])</B></A> -
777
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
778
<DD>Reads MAC address from MAC EEPROM.
779 3 ZTEX
<DT><A HREF="./ztex/ZtexDevice1.html#manufacturerString()"><B>manufacturerString()</B></A> -
780
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
781
<DD>Returns the manufacturer string of the device.
782
<DT><A HREF="./ztex/ZtexDevice1.html#moduleReserved()"><B>moduleReserved()</B></A> -
783
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
784
<DD>Returns the application specific information (all 12 bytes).
785
<DT><A HREF="./ztex/ZtexDevice1.html#moduleReserved(int)"><B>moduleReserved(int)</B></A> -
786
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
787
<DD>Returns byte i of the application specific information.
788
<DT><A HREF="./ztex/ZtexIhxFile1.html#moduleReserved()"><B>moduleReserved()</B></A> -
789
Method in class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
790
<DD>Returns the application specific information (all 12 bytes).
791
<DT><A HREF="./ztex/ZtexIhxFile1.html#moduleReserved(int)"><B>moduleReserved(int)</B></A> -
792
Method in class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
793
<DD>Returns byte i of the application specific information.
794
</DL>
795
<HR>
796
<A NAME="_N_"><!-- --></A><H2>
797
<B>N</B></H2>
798
<DL>
799
<DT><A HREF="./ztex/ZtexScanBus1.html#numberOfDevices()"><B>numberOfDevices()</B></A> -
800
Method in class ztex.<A HREF="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</A>
801
<DD>Returns the number of devices found.
802 9 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#numberOfFpgas()"><B>numberOfFpgas()</B></A> -
803
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
804
<DD>Returns the number of FPGA's
805 3 ZTEX
</DL>
806
<HR>
807
<A NAME="_O_"><!-- --></A><H2>
808
<B>O</B></H2>
809
<DL>
810
<DT><A HREF="./ch/ntb/usb/Device.html#open(int, int, int)"><B>open(int, int, int)</B></A> -
811
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
812
<DD>Opens the device and claims the specified configuration, interface and
813
 altinterface.
814
</DL>
815
<HR>
816
<A NAME="_P_"><!-- --></A><H2>
817
<B>P</B></H2>
818
<DL>
819
<DT><A HREF="./ztex/ZtexScanBus1.html#printBus(java.io.PrintStream)"><B>printBus(PrintStream)</B></A> -
820
Method in class ztex.<A HREF="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</A>
821
<DD>Prints out a list of devices found.
822
<DT><A HREF="./ztex/Ztex1v1.html#printFpgaState()"><B>printFpgaState()</B></A> -
823
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
824
<DD>Prints out the FPGA state.
825
<DT><A HREF="./ztex/Ztex1v1.html#printMmcState()"><B>printMmcState()</B></A> -
826
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
827
<DD>Prints out some debug information about *SD/MMC Flash cards in SPI mode.
828
<DT><A HREF="./ztex/ZtexDevice1.html#productId()"><B>productId()</B></A> -
829
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
830
<DD>Returns the product ID (all 4 bytes).
831
<DT><A HREF="./ztex/ZtexDevice1.html#productId(int)"><B>productId(int)</B></A> -
832
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
833
<DD>Returns byte i of the product ID.
834
<DT><A HREF="./ztex/ZtexIhxFile1.html#productId()"><B>productId()</B></A> -
835
Method in class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
836
<DD>Returns the product ID (all 4 bytes).
837
<DT><A HREF="./ztex/ZtexIhxFile1.html#productId(int)"><B>productId(int)</B></A> -
838
Method in class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
839
<DD>Returns byte i of the product ID.
840
<DT><A HREF="./ztex/ZtexDevice1.html#productString()"><B>productString()</B></A> -
841
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
842
<DD>Returns the product string of the device.
843
</DL>
844
<HR>
845
<A NAME="_R_"><!-- --></A><H2>
846
<B>R</B></H2>
847
<DL>
848
<DT><A HREF="./ch/ntb/usb/Device.html#readBulk(int, byte[], int, int, boolean)"><B>readBulk(int, byte[], int, int, boolean)</B></A> -
849
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
850
<DD>Read data from the device using a bulk transfer.
851
<DT><A HREF="./ch/ntb/usb/Device.html#readInterrupt(int, byte[], int, int, boolean)"><B>readInterrupt(int, byte[], int, int, boolean)</B></A> -
852
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
853
<DD>Read data from the device using a interrupt transfer.
854 4 ZTEX
<DT><A HREF="./ztex/Ztex1.html#releaseInterface(int)"><B>releaseInterface(int)</B></A> -
855
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
856
<DD>Releases an interface.
857 3 ZTEX
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_CLEAR_FEATURE"><B>REQ_CLEAR_FEATURE</B></A> -
858
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
859
<DD>This request is used to clear or disable a specific feature (USB spec
860
 9.4.1).
861
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_GET_CONFIGURATION"><B>REQ_GET_CONFIGURATION</B></A> -
862
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
863
<DD>This request returns the current device configuration value (USB spec
864
 9.4.2).
865
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_GET_DESCRIPTOR"><B>REQ_GET_DESCRIPTOR</B></A> -
866
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
867
<DD>This request returns the specified descriptor if the descriptor exists
868
 (USB spec 9.4.3).
869
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_GET_INTERFACE"><B>REQ_GET_INTERFACE</B></A> -
870
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
871
<DD>This request returns the selected alternate setting for the specified
872
 interface (USB spec 9.4.4).
873
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_GET_STATUS"><B>REQ_GET_STATUS</B></A> -
874
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
875
<DD>This request returns status for the specified recipient (USB spec 9.4.5).
876
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_SET_ADDRESS"><B>REQ_SET_ADDRESS</B></A> -
877
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
878
<DD>This request sets the device address for all future device accesses (USB
879
 spec 9.4.6).
880
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_SET_CONFIGURATION"><B>REQ_SET_CONFIGURATION</B></A> -
881
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
882
<DD>This request sets the device configuration (USB spec 9.4.7).
883
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_SET_DESCRIPTOR"><B>REQ_SET_DESCRIPTOR</B></A> -
884
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
885
<DD>This request is optional and may be used to update existing descriptors
886
 or new descriptors may be added (USB spec 9.4.8).
887
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_SET_FEATURE"><B>REQ_SET_FEATURE</B></A> -
888
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
889
<DD>This request is used to set or enable a specific feature (USB spec
890
 9.4.9).
891
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_SET_INTERFACE"><B>REQ_SET_INTERFACE</B></A> -
892
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
893
<DD>This request allows the host to select an alternate setting for the
894
 specified interface (USB spec 9.4.10).
895
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_SYNCH_FRAME"><B>REQ_SYNCH_FRAME</B></A> -
896
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
897
<DD>This request is used to set and then report an endpoint’s synchronization
898
 frame (USB spec 9.4.11).
899
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_TYPE_DIR_DEVICE_TO_HOST"><B>REQ_TYPE_DIR_DEVICE_TO_HOST</B></A> -
900
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
901
<DD>Identifies the direction of data transfer in the second phase of the
902
 control transfer.
903
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_TYPE_DIR_HOST_TO_DEVICE"><B>REQ_TYPE_DIR_HOST_TO_DEVICE</B></A> -
904
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
905
<DD>Identifies the direction of data transfer in the second phase of the
906
 control transfer.
907
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_TYPE_RECIP_DEVICE"><B>REQ_TYPE_RECIP_DEVICE</B></A> -
908
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
909
<DD>Specifies the intended recipient of the request.
910
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_TYPE_RECIP_ENDPOINT"><B>REQ_TYPE_RECIP_ENDPOINT</B></A> -
911
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
912
<DD>Specifies the intended recipient of the request.
913
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_TYPE_RECIP_INTERFACE"><B>REQ_TYPE_RECIP_INTERFACE</B></A> -
914
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
915
<DD>Specifies the intended recipient of the request.
916
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_TYPE_RECIP_OTHER"><B>REQ_TYPE_RECIP_OTHER</B></A> -
917
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
918
<DD>Specifies the intended recipient of the request.
919
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_TYPE_TYPE_CLASS"><B>REQ_TYPE_TYPE_CLASS</B></A> -
920
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
921
<DD>Specifies the type of the request.
922
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_TYPE_TYPE_RESERVED"><B>REQ_TYPE_TYPE_RESERVED</B></A> -
923
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
924
<DD>Specifies the type of the request.
925
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_TYPE_TYPE_STANDARD"><B>REQ_TYPE_TYPE_STANDARD</B></A> -
926
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
927
<DD>Specifies the type of the request.
928
<DT><A HREF="./ch/ntb/usb/USB.html#REQ_TYPE_TYPE_VENDOR"><B>REQ_TYPE_TYPE_VENDOR</B></A> -
929
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
930
<DD>Specifies the type of the request.
931
<DT><A HREF="./ch/ntb/usb/Device.html#reset()"><B>reset()</B></A> -
932
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
933
<DD>Sends an USB reset to the device.
934 8 ZTEX
<DT><A HREF="./ztex/EzUsb.html#reset(long, boolean)"><B>reset(long, boolean)</B></A> -
935 3 ZTEX
Static method in class ztex.<A HREF="./ztex/EzUsb.html" title="class in ztex">EzUsb</A>
936
<DD>Controls the reset state of a Cypress EZ-USB device.
937
<DT><A HREF="./ztex/Ztex1.html#resetEzUsb()"><B>resetEzUsb()</B></A> -
938
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
939
<DD>Resets the EZ-USB and manages the renumeration process.
940
<DT><A HREF="./ztex/Ztex1v1.html#resetFpga()"><B>resetFpga()</B></A> -
941
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
942
<DD>Resets the FPGA.
943
</DL>
944
<HR>
945
<A NAME="_S_"><!-- --></A><H2>
946
<B>S</B></H2>
947
<DL>
948 9 ZTEX
<DT><A HREF="./ztex/Ztex1v1.html#selectFpga(int)"><B>selectFpga(int)</B></A> -
949
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
950
<DD>Select a FPGA
951 4 ZTEX
<DT><A HREF="./ztex/Ztex1.html#setConfiguration(int)"><B>setConfiguration(int)</B></A> -
952
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
953
<DD>Sets the configuration.
954 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Device.html#setResetOnFirstOpen(boolean, int)"><B>setResetOnFirstOpen(boolean, int)</B></A> -
955
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
956
<DD>If enabled, the device is reset when first opened.
957
<DT><A HREF="./ztex/ZtexIhxFile1.html#setSnString(java.lang.String)"><B>setSnString(String)</B></A> -
958
Method in class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
959
<DD>Modifies the serial number string.
960
<DT><A HREF="./ztex/ZtexDevice1.html#snString()"><B>snString()</B></A> -
961
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
962
<DD>Returns the serial number string of the device.
963
<DT><A HREF="./ztex/ZtexIhxFile1.html#snString()"><B>snString()</B></A> -
964
Method in class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
965
<DD>Returns the serial number string.
966
</DL>
967
<HR>
968
<A NAME="_T_"><!-- --></A><H2>
969
<B>T</B></H2>
970
<DL>
971
<DT><A HREF="./ch/ntb/usb/Usb_Bus.html#toString()"><B>toString()</B></A> -
972
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb">Usb_Bus</A>
973
<DD>&nbsp;
974
<DT><A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html#toString()"><B>toString()</B></A> -
975
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb">Usb_Config_Descriptor</A>
976
<DD>&nbsp;
977
<DT><A HREF="./ch/ntb/usb/Usb_Device.html#toString()"><B>toString()</B></A> -
978
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A>
979
<DD>&nbsp;
980
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#toString()"><B>toString()</B></A> -
981
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
982
<DD>&nbsp;
983
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#toString()"><B>toString()</B></A> -
984
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
985
<DD>&nbsp;
986
<DT><A HREF="./ch/ntb/usb/Usb_Interface.html#toString()"><B>toString()</B></A> -
987
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface.html" title="class in ch.ntb.usb">Usb_Interface</A>
988
<DD>&nbsp;
989
<DT><A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html#toString()"><B>toString()</B></A> -
990
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html" title="class in ch.ntb.usb">Usb_Interface_Descriptor</A>
991
<DD>&nbsp;
992
<DT><A HREF="./ztex/Ztex1.html#toString()"><B>toString()</B></A> -
993
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
994
<DD>Returns a lot of useful information about the corresponding device.
995
<DT><A HREF="./ztex/Ztex1v1.html#toString()"><B>toString()</B></A> -
996
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
997
<DD>Returns a lot of useful information about the corresponding device.
998
<DT><A HREF="./ztex/ZtexDevice1.html#toString()"><B>toString()</B></A> -
999
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
1000
<DD>Returns a string representation if the device with a lot of useful information.
1001
<DT><A HREF="./ztex/ZtexIhxFile1.html#toString()"><B>toString()</B></A> -
1002
Method in class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
1003
<DD>Returns a string representation if the instance.
1004 4 ZTEX
<DT><A HREF="./ztex/Ztex1.html#trySetConfiguration(int)"><B>trySetConfiguration(int)</B></A> -
1005
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
1006
<DD>Tries to set the configuration.
1007 3 ZTEX
</DL>
1008
<HR>
1009
<A NAME="_U_"><!-- --></A><H2>
1010
<B>U</B></H2>
1011
<DL>
1012
<DT><A HREF="./ch/ntb/usb/Device.html#updateDescriptors()"><B>updateDescriptors()</B></A> -
1013
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
1014
<DD>Updates the device and descriptor information from the bus.
1015 8 ZTEX
<DT><A HREF="./ztex/EzUsb.html#uploadFirmware(long, ztex.IhxFile)"><B>uploadFirmware(long, IhxFile)</B></A> -
1016 3 ZTEX
Static method in class ztex.<A HREF="./ztex/EzUsb.html" title="class in ztex">EzUsb</A>
1017
<DD>Uploads the Firmware to a Cypress EZ-USB device.
1018 8 ZTEX
<DT><A HREF="./ztex/Ztex1.html#uploadFirmware(ztex.ZtexIhxFile1, boolean)"><B>uploadFirmware(ZtexIhxFile1, boolean)</B></A> -
1019
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
1020
<DD>Uploads the firmware to the EZ-USB and manages the renumeration process.
1021 3 ZTEX
<DT><A HREF="./ztex/Ztex1.html#uploadFirmware(java.lang.String, boolean)"><B>uploadFirmware(String, boolean)</B></A> -
1022
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
1023
<DD>Uploads the firmware to the EZ-USB and manages the renumeration process.
1024
<DT><A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb"><B>USB</B></A> - Class in <A HREF="./ch/ntb/usb/package-summary.html">ch.ntb.usb</A><DD>This class manages all USB devices and defines some USB specific constants.<DT><A HREF="./ch/ntb/usb/USB.html#USB()"><B>USB()</B></A> -
1025
Constructor for class ch.ntb.usb.<A HREF="./ch/ntb/usb/USB.html" title="class in ch.ntb.usb">USB</A>
1026
<DD>&nbsp;
1027 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_bulk_read(long, int, byte[], int, int)"><B>usb_bulk_read(long, int, byte[], int, int)</B></A> -
1028 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1029
<DD>Performs a bulk read request to the endpoint specified by ep.
1030 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_bulk_write(long, int, byte[], int, int)"><B>usb_bulk_write(long, int, byte[], int, int)</B></A> -
1031 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1032
<DD>Performs a bulk write request to the endpoint specified by ep.
1033
<DT><A HREF="./ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb"><B>Usb_Bus</B></A> - Class in <A HREF="./ch/ntb/usb/package-summary.html">ch.ntb.usb</A><DD>Represents an USB bus.<DT><A HREF="./ch/ntb/usb/Usb_Bus.html#Usb_Bus()"><B>Usb_Bus()</B></A> -
1034
Constructor for class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb">Usb_Bus</A>
1035
<DD>&nbsp;
1036 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_claim_interface(long, int)"><B>usb_claim_interface(long, int)</B></A> -
1037 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1038
<DD>Claim an interface of a device.
1039
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#USB_CLASS_AUDIO"><B>USB_CLASS_AUDIO</B></A> -
1040
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
1041
<DD>Device and/or interface class codes.
1042
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#USB_CLASS_COMM"><B>USB_CLASS_COMM</B></A> -
1043
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
1044
<DD>Device and/or interface class codes.
1045
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#USB_CLASS_DATA"><B>USB_CLASS_DATA</B></A> -
1046
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
1047
<DD>Device and/or interface class codes.
1048
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#USB_CLASS_HID"><B>USB_CLASS_HID</B></A> -
1049
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
1050
<DD>Device and/or interface class codes.
1051
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#USB_CLASS_HUB"><B>USB_CLASS_HUB</B></A> -
1052
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
1053
<DD>Device and/or interface class codes.
1054
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#USB_CLASS_MASS_STORAGE"><B>USB_CLASS_MASS_STORAGE</B></A> -
1055
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
1056
<DD>Device and/or interface class codes.
1057
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#USB_CLASS_PER_INTERFACE"><B>USB_CLASS_PER_INTERFACE</B></A> -
1058
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
1059
<DD>Device and/or interface class codes.
1060
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#USB_CLASS_PRINTER"><B>USB_CLASS_PRINTER</B></A> -
1061
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
1062
<DD>Device and/or interface class codes.
1063
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#USB_CLASS_VENDOR_SPEC"><B>USB_CLASS_VENDOR_SPEC</B></A> -
1064
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
1065
<DD>Device and/or interface class codes.
1066 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_clear_halt(long, int)"><B>usb_clear_halt(long, int)</B></A> -
1067 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1068
<DD>Clears any halt status on an endpoint.
1069 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_close(long)"><B>usb_close(long)</B></A> -
1070 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1071
<DD><code>usb_close</code> closes a device opened with
1072
 <code>usb_open</code>.
1073
<DT><A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb"><B>Usb_Config_Descriptor</B></A> - Class in <A HREF="./ch/ntb/usb/package-summary.html">ch.ntb.usb</A><DD>Represents the descriptor of a USB configuration.<DT><A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html#Usb_Config_Descriptor()"><B>Usb_Config_Descriptor()</B></A> -
1074
Constructor for class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb">Usb_Config_Descriptor</A>
1075
<DD>&nbsp;
1076 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_control_msg(long, int, int, int, int, byte[], int, int)"><B>usb_control_msg(long, int, int, int, int, byte[], int, int)</B></A> -
1077 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1078
<DD>Performs a control request to the default control pipe on a device.
1079
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb"><B>Usb_Descriptor</B></A> - Class in <A HREF="./ch/ntb/usb/package-summary.html">ch.ntb.usb</A><DD>Common USB descriptor values.<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#Usb_Descriptor()"><B>Usb_Descriptor()</B></A> -
1080
Constructor for class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1081
<DD>&nbsp;
1082
<DT><A HREF="./ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb"><B>Usb_Device</B></A> - Class in <A HREF="./ch/ntb/usb/package-summary.html">ch.ntb.usb</A><DD>Represents an USB device.<DT><A HREF="./ch/ntb/usb/Usb_Device.html#Usb_Device()"><B>Usb_Device()</B></A> -
1083
Constructor for class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A>
1084
<DD>&nbsp;
1085
<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb"><B>Usb_Device_Descriptor</B></A> - Class in <A HREF="./ch/ntb/usb/package-summary.html">ch.ntb.usb</A><DD>Represents the descriptor of a USB device.<DT><A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html#Usb_Device_Descriptor()"><B>Usb_Device_Descriptor()</B></A> -
1086
Constructor for class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A>
1087
<DD>&nbsp;
1088
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#USB_DT_CONFIG"><B>USB_DT_CONFIG</B></A> -
1089
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1090 8 ZTEX
<DD>Descriptor types.
1091 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#USB_DT_CONFIG_SIZE"><B>USB_DT_CONFIG_SIZE</B></A> -
1092
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1093 8 ZTEX
<DD>Descriptor sizes per descriptor type.
1094 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#USB_DT_DEVICE"><B>USB_DT_DEVICE</B></A> -
1095
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1096 8 ZTEX
<DD>Descriptor types.
1097 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#USB_DT_DEVICE_SIZE"><B>USB_DT_DEVICE_SIZE</B></A> -
1098
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1099 8 ZTEX
<DD>Descriptor sizes per descriptor type.
1100 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#USB_DT_ENDPOINT"><B>USB_DT_ENDPOINT</B></A> -
1101
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1102 8 ZTEX
<DD>Descriptor types.
1103 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#USB_DT_ENDPOINT_AUDIO_SIZE"><B>USB_DT_ENDPOINT_AUDIO_SIZE</B></A> -
1104
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1105 8 ZTEX
<DD>Descriptor sizes per descriptor type.
1106 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#USB_DT_ENDPOINT_SIZE"><B>USB_DT_ENDPOINT_SIZE</B></A> -
1107
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1108 8 ZTEX
<DD>Descriptor sizes per descriptor type.
1109 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#USB_DT_HID"><B>USB_DT_HID</B></A> -
1110
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1111 8 ZTEX
<DD>Descriptor types.
1112 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#USB_DT_HUB"><B>USB_DT_HUB</B></A> -
1113
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1114 8 ZTEX
<DD>Descriptor types.
1115 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#USB_DT_HUB_NONVAR_SIZE"><B>USB_DT_HUB_NONVAR_SIZE</B></A> -
1116
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1117 8 ZTEX
<DD>Descriptor sizes per descriptor type.
1118 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#USB_DT_INTERFACE"><B>USB_DT_INTERFACE</B></A> -
1119
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1120 8 ZTEX
<DD>Descriptor types.
1121 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#USB_DT_INTERFACE_SIZE"><B>USB_DT_INTERFACE_SIZE</B></A> -
1122
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1123 8 ZTEX
<DD>Descriptor sizes per descriptor type.
1124 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#USB_DT_PHYSICAL"><B>USB_DT_PHYSICAL</B></A> -
1125
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1126 8 ZTEX
<DD>Descriptor types.
1127 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#USB_DT_REPORT"><B>USB_DT_REPORT</B></A> -
1128
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1129 8 ZTEX
<DD>Descriptor types.
1130 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Descriptor.html#USB_DT_STRING"><B>USB_DT_STRING</B></A> -
1131
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb">Usb_Descriptor</A>
1132 8 ZTEX
<DD>Descriptor types.
1133 3 ZTEX
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#USB_ENDPOINT_ADDRESS_MASK"><B>USB_ENDPOINT_ADDRESS_MASK</B></A> -
1134
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
1135
<DD>Endpoint address mask (in bEndpointAddress).
1136
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb"><B>Usb_Endpoint_Descriptor</B></A> - Class in <A HREF="./ch/ntb/usb/package-summary.html">ch.ntb.usb</A><DD>Represents the descriptor of an USB endpoint.<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#Usb_Endpoint_Descriptor()"><B>Usb_Endpoint_Descriptor()</B></A> -
1137
Constructor for class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
1138
<DD>&nbsp;
1139
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#USB_ENDPOINT_DIR_MASK"><B>USB_ENDPOINT_DIR_MASK</B></A> -
1140
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
1141
<DD>Endpoint address mask (in bEndpointAddress).
1142
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#USB_ENDPOINT_TYPE_BULK"><B>USB_ENDPOINT_TYPE_BULK</B></A> -
1143
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
1144
<DD>Possible endpoint types (in bmAttributes).
1145
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#USB_ENDPOINT_TYPE_CONTROL"><B>USB_ENDPOINT_TYPE_CONTROL</B></A> -
1146
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
1147
<DD>Possible endpoint types (in bmAttributes).
1148
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#USB_ENDPOINT_TYPE_INTERRUPT"><B>USB_ENDPOINT_TYPE_INTERRUPT</B></A> -
1149
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
1150
<DD>Possible endpoint types (in bmAttributes).
1151
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#USB_ENDPOINT_TYPE_ISOCHRONOUS"><B>USB_ENDPOINT_TYPE_ISOCHRONOUS</B></A> -
1152
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
1153
<DD>Possible endpoint types (in bmAttributes).
1154
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#USB_ENDPOINT_TYPE_MASK"><B>USB_ENDPOINT_TYPE_MASK</B></A> -
1155
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
1156
<DD>Endpoint type mask (in bmAttributes).
1157
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_find_busses()"><B>usb_find_busses()</B></A> -
1158
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1159
<DD><code>usb_find_busses</code> will find all of the busses on the system.
1160
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_find_devices()"><B>usb_find_devices()</B></A> -
1161
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1162
<DD><code>usb_find_devices</code> will find all of the devices on each bus.
1163
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_get_busses()"><B>usb_get_busses()</B></A> -
1164
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1165
<DD><code>usb_get_busses</code> returns a tree of descriptor objects.
1166 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_get_descriptor(long, byte, byte, int)"><B>usb_get_descriptor(long, byte, byte, int)</B></A> -
1167 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1168
<DD>Retrieves a descriptor from the device identified by the type and index
1169
 of the descriptor from the default control pipe.
1170 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_get_descriptor_by_endpoint(long, int, byte, byte, int)"><B>usb_get_descriptor_by_endpoint(long, int, byte, byte, int)</B></A> -
1171 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1172
<DD>Retrieves a descriptor from the device identified by the type and index
1173
 of the descriptor from the control pipe identified by ep.
1174 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_get_string(long, int, int)"><B>usb_get_string(long, int, int)</B></A> -
1175 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1176
<DD>Retrieves the string descriptor specified by index and langid from a
1177
 device.
1178 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_get_string_simple(long, int)"><B>usb_get_string_simple(long, int)</B></A> -
1179 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1180
<DD><code>usb_get_string_simple</code> is a wrapper around
1181
 <code>usb_get_string</code> that retrieves the string description
1182
 specified by index in the first language for the descriptor.
1183
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_init()"><B>usb_init()</B></A> -
1184
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1185
<DD>Just like the name implies, <code>usb_init</code> sets up some internal
1186
 structures.
1187
<DT><A HREF="./ch/ntb/usb/Usb_Interface.html" title="class in ch.ntb.usb"><B>Usb_Interface</B></A> - Class in <A HREF="./ch/ntb/usb/package-summary.html">ch.ntb.usb</A><DD>Represents an USB interface.<DT><A HREF="./ch/ntb/usb/Usb_Interface.html#Usb_Interface()"><B>Usb_Interface()</B></A> -
1188
Constructor for class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface.html" title="class in ch.ntb.usb">Usb_Interface</A>
1189
<DD>&nbsp;
1190
<DT><A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html" title="class in ch.ntb.usb"><B>Usb_Interface_Descriptor</B></A> - Class in <A HREF="./ch/ntb/usb/package-summary.html">ch.ntb.usb</A><DD>Represents the descriptor of a USB interface.<DT><A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html#Usb_Interface_Descriptor()"><B>Usb_Interface_Descriptor()</B></A> -
1191
Constructor for class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html" title="class in ch.ntb.usb">Usb_Interface_Descriptor</A>
1192
<DD>&nbsp;
1193 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_interrupt_read(long, int, byte[], int, int)"><B>usb_interrupt_read(long, int, byte[], int, int)</B></A> -
1194 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1195
<DD>Performs a interrupt read request to the endpoint specified by ep.
1196 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_interrupt_write(long, int, byte[], int, int)"><B>usb_interrupt_write(long, int, byte[], int, int)</B></A> -
1197 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1198
<DD>Performs an interrupt write request to the endpoint specified by ep.
1199
<DT><A HREF="./ch/ntb/usb/Usb_Interface.html#USB_MAXALTSETTING"><B>USB_MAXALTSETTING</B></A> -
1200
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface.html" title="class in ch.ntb.usb">Usb_Interface</A>
1201
<DD>Maximal number of alternate settings
1202
<DT><A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html#USB_MAXCONFIG"><B>USB_MAXCONFIG</B></A> -
1203
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb">Usb_Config_Descriptor</A>
1204
<DD>Maximum number of configurations per device
1205
<DT><A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html#USB_MAXENDPOINTS"><B>USB_MAXENDPOINTS</B></A> -
1206
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Endpoint_Descriptor.html" title="class in ch.ntb.usb">Usb_Endpoint_Descriptor</A>
1207
<DD>Maximum number of endpoints
1208
<DT><A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html#USB_MAXINTERFACES"><B>USB_MAXINTERFACES</B></A> -
1209
Static variable in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Usb_Interface_Descriptor.html" title="class in ch.ntb.usb">Usb_Interface_Descriptor</A>
1210
<DD>Maximum number of interfaces
1211
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_open(ch.ntb.usb.Usb_Device)"><B>usb_open(Usb_Device)</B></A> -
1212
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1213
<DD><code>usb_open</code> is to be used to open up a device for use.
1214 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_release_interface(long, int)"><B>usb_release_interface(long, int)</B></A> -
1215 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1216
<DD>Releases a previously claimed interface
1217 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_reset(long)"><B>usb_reset(long)</B></A> -
1218 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1219
<DD>Resets a device by sending a RESET down the port it is connected to.
1220 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_set_altinterface(long, int)"><B>usb_set_altinterface(long, int)</B></A> -
1221 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1222
<DD>Sets the active alternate setting of the current interface
1223 8 ZTEX
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_set_configuration(long, int)"><B>usb_set_configuration(long, int)</B></A> -
1224 3 ZTEX
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1225
<DD>Sets the active configuration of a device
1226
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_set_debug(int)"><B>usb_set_debug(int)</B></A> -
1227
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1228
<DD>Sets the debugging level of libusb.
1229
<DT><A HREF="./ch/ntb/usb/LibusbJava.html#usb_strerror()"><B>usb_strerror()</B></A> -
1230
Static method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/LibusbJava.html" title="class in ch.ntb.usb">LibusbJava</A>
1231
<DD>Returns the error string after an error occured.
1232
<DT><A HREF="./ch/ntb/usb/USBException.html" title="class in ch.ntb.usb"><B>USBException</B></A> - Exception in <A HREF="./ch/ntb/usb/package-summary.html">ch.ntb.usb</A><DD>&nbsp;<DT><A HREF="./ch/ntb/usb/USBException.html#USBException(java.lang.String)"><B>USBException(String)</B></A> -
1233
Constructor for exception ch.ntb.usb.<A HREF="./ch/ntb/usb/USBException.html" title="class in ch.ntb.usb">USBException</A>
1234
<DD>&nbsp;
1235
<DT><A HREF="./ztex/UsbException.html" title="class in ztex"><B>UsbException</B></A> - Exception in <A HREF="./ztex/package-summary.html">ztex</A><DD>Signals an USB error.<DT><A HREF="./ztex/UsbException.html#UsbException(java.lang.String)"><B>UsbException(String)</B></A> -
1236
Constructor for exception ztex.<A HREF="./ztex/UsbException.html" title="class in ztex">UsbException</A>
1237
<DD>Constructs an instance from the given error message.
1238
<DT><A HREF="./ztex/UsbException.html#UsbException(ch.ntb.usb.Usb_Device, java.lang.String)"><B>UsbException(Usb_Device, String)</B></A> -
1239
Constructor for exception ztex.<A HREF="./ztex/UsbException.html" title="class in ztex">UsbException</A>
1240
<DD>Constructs an instance from the given device and error message.
1241
<DT><A HREF="./ztex/ZtexDevice1.html#usbProductId()"><B>usbProductId()</B></A> -
1242
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
1243
<DD>Returns the USB product ID of the device.
1244
<DT><A HREF="./ch/ntb/usb/USBTimeoutException.html" title="class in ch.ntb.usb"><B>USBTimeoutException</B></A> - Exception in <A HREF="./ch/ntb/usb/package-summary.html">ch.ntb.usb</A><DD>&nbsp;<DT><A HREF="./ch/ntb/usb/USBTimeoutException.html#USBTimeoutException(java.lang.String)"><B>USBTimeoutException(String)</B></A> -
1245
Constructor for exception ch.ntb.usb.<A HREF="./ch/ntb/usb/USBTimeoutException.html" title="class in ch.ntb.usb">USBTimeoutException</A>
1246
<DD>&nbsp;
1247
<DT><A HREF="./ztex/ZtexDevice1.html#usbVendorId()"><B>usbVendorId()</B></A> -
1248
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
1249
<DD>Returns the USB vendor ID of the device.
1250
<DT><A HREF="./ch/ntb/usb/Utils.html" title="class in ch.ntb.usb"><B>Utils</B></A> - Class in <A HREF="./ch/ntb/usb/package-summary.html">ch.ntb.usb</A><DD>&nbsp;<DT><A HREF="./ch/ntb/usb/Utils.html#Utils()"><B>Utils()</B></A> -
1251
Constructor for class ch.ntb.usb.<A HREF="./ch/ntb/usb/Utils.html" title="class in ch.ntb.usb">Utils</A>
1252
<DD>&nbsp;
1253
</DL>
1254
<HR>
1255
<A NAME="_V_"><!-- --></A><H2>
1256
<B>V</B></H2>
1257
<DL>
1258
<DT><A HREF="./ztex/Ztex1.html#valid()"><B>valid()</B></A> -
1259
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
1260
<DD>Returns true if ZTEX descriptor 1 is available.
1261
<DT><A HREF="./ztex/Ztex1v1.html#valid()"><B>valid()</B></A> -
1262
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1263
<DD>Returns true if ZTEX interface 1 is available.
1264
<DT><A HREF="./ztex/Ztex1v1.html#valid(int, int)"><B>valid(int, int)</B></A> -
1265
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1266
<DD>Returns true if ZTEX interface 1 and capability i.j are available.
1267
<DT><A HREF="./ztex/ZtexDevice1.html#valid()"><B>valid()</B></A> -
1268
Method in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
1269
<DD>Returns true if ZTEX descriptor 1 is available.
1270
<DT><A HREF="./ztex/Ztex1.html#vendorCommand(int, java.lang.String, int, int, byte[], int)"><B>vendorCommand(int, String, int, int, byte[], int)</B></A> -
1271
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
1272
<DD>Sends a vendor command to Endpoint 0 of the EZ-USB device.
1273
<DT><A HREF="./ztex/Ztex1.html#vendorCommand(int, java.lang.String, int, int)"><B>vendorCommand(int, String, int, int)</B></A> -
1274
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
1275
<DD>Sends a vendor command with no payload data to Endpoint 0 of the EZ-USB device.
1276
<DT><A HREF="./ztex/Ztex1.html#vendorCommand(int, java.lang.String)"><B>vendorCommand(int, String)</B></A> -
1277
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
1278
<DD>Sends a vendor command with no payload data and no setup data to Endpoint 0 of the EZ-USB device.
1279
<DT><A HREF="./ztex/Ztex1.html#vendorCommand2(int, java.lang.String, int, int, byte[], int)"><B>vendorCommand2(int, String, int, int, byte[], int)</B></A> -
1280
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
1281
<DD>Sends a vendor command to Endpoint 0 of the EZ-USB device and throws an <A HREF="./ztex/UsbException.html" title="class in ztex"><CODE>UsbException</CODE></A> if not all of the payload has been sent.
1282
<DT><A HREF="./ztex/Ztex1.html#vendorRequest(int, java.lang.String, int, int, byte[], int)"><B>vendorRequest(int, String, int, int, byte[], int)</B></A> -
1283
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
1284
<DD>Sends a vendor request to Endpoint 0 of the EZ-USB device.
1285
<DT><A HREF="./ztex/Ztex1.html#vendorRequest(int, java.lang.String, byte[], int)"><B>vendorRequest(int, String, byte[], int)</B></A> -
1286
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
1287
<DD>Sends a vendor request to Endpoint 0 of the EZ-USB device.
1288
<DT><A HREF="./ztex/Ztex1.html#vendorRequest2(int, java.lang.String, int, int, byte[], int)"><B>vendorRequest2(int, String, int, int, byte[], int)</B></A> -
1289
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
1290
<DD>Sends a vendor request to Endpoint 0 of the EZ-USB device and throws an <A HREF="./ztex/UsbException.html" title="class in ztex"><CODE>UsbException</CODE></A> if not all of the payload has been received.
1291
<DT><A HREF="./ztex/Ztex1.html#vendorRequest2(int, java.lang.String, byte[], int)"><B>vendorRequest2(int, String, byte[], int)</B></A> -
1292
Method in class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
1293
<DD>Sends a vendor request to Endpoint 0 of the EZ-USB device and throws an <A HREF="./ztex/UsbException.html" title="class in ztex"><CODE>UsbException</CODE></A> if not all of the payload has been received.
1294
</DL>
1295
<HR>
1296
<A NAME="_W_"><!-- --></A><H2>
1297
<B>W</B></H2>
1298
<DL>
1299
<DT><A HREF="./ch/ntb/usb/Device.html#writeBulk(int, byte[], int, int, boolean)"><B>writeBulk(int, byte[], int, int, boolean)</B></A> -
1300
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
1301
<DD>Write data to the device using a bulk transfer.
1302
<DT><A HREF="./ch/ntb/usb/Device.html#writeInterrupt(int, byte[], int, int, boolean)"><B>writeInterrupt(int, byte[], int, int, boolean)</B></A> -
1303
Method in class ch.ntb.usb.<A HREF="./ch/ntb/usb/Device.html" title="class in ch.ntb.usb">Device</A>
1304
<DD>Write data to the device using a interrupt transfer.
1305
</DL>
1306
<HR>
1307 8 ZTEX
<A NAME="_X_"><!-- --></A><H2>
1308
<B>X</B></H2>
1309
<DL>
1310
<DT><A HREF="./ztex/Ztex1v1.html#XMEGA_EC_ADDRESS_ERROR"><B>XMEGA_EC_ADDRESS_ERROR</B></A> -
1311
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1312
<DD>Signals an address error (invalid address or wrong page size).
1313
<DT><A HREF="./ztex/Ztex1v1.html#XMEGA_EC_INVALID_DEVICE"><B>XMEGA_EC_INVALID_DEVICE</B></A> -
1314
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1315
<DD>Signals that the ATxmega controller is not supported.
1316
<DT><A HREF="./ztex/Ztex1v1.html#XMEGA_EC_NO_ERROR"><B>XMEGA_EC_NO_ERROR</B></A> -
1317
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1318
<DD>Means no error.
1319
<DT><A HREF="./ztex/Ztex1v1.html#XMEGA_EC_NVM_BUSY"><B>XMEGA_EC_NVM_BUSY</B></A> -
1320
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1321
<DD>Signals that the NVM is busy.
1322
<DT><A HREF="./ztex/Ztex1v1.html#XMEGA_EC_NVM_TIMEOUT"><B>XMEGA_EC_NVM_TIMEOUT</B></A> -
1323
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1324
<DD>Signals that an NVM timeout occurred.
1325
<DT><A HREF="./ztex/Ztex1v1.html#XMEGA_EC_PDI_READ_ERROR"><B>XMEGA_EC_PDI_READ_ERROR</B></A> -
1326
Static variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1327
<DD>Signals a PDI read error.
1328
<DT><A HREF="./ztex/Ztex1v1.html#xmegaEC"><B>xmegaEC</B></A> -
1329
Variable in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1330
<DD>Last ATxmega error code obtained by <A HREF="./ztex/Ztex1v1.html#xmegaState()"><CODE>Ztex1v1.xmegaState()</CODE></A>.
1331
<DT><A HREF="./ztex/Ztex1v1.html#xmegaEepromPages()"><B>xmegaEepromPages()</B></A> -
1332
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1333
<DD>Returns the number of the ATxmega EEPROM pages.
1334
<DT><A HREF="./ztex/Ztex1v1.html#xmegaEepromPageSize()"><B>xmegaEepromPageSize()</B></A> -
1335
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1336
<DD>Returns the size of the ATXmega EEPROM pages.
1337
<DT><A HREF="./ztex/Ztex1v1.html#xmegaEepromPageWrite(int, byte[])"><B>xmegaEepromPageWrite(int, byte[])</B></A> -
1338
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1339
<DD>Writes data to EEPROM memory of ATxmega.
1340
<DT><A HREF="./ztex/Ztex1v1.html#xmegaEepromRead(int, byte[], int)"><B>xmegaEepromRead(int, byte[], int)</B></A> -
1341
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1342
<DD>Reads data from EEPROM memory of ATxmega.
1343
<DT><A HREF="./ztex/Ztex1v1.html#xmegaEnabled()"><B>xmegaEnabled()</B></A> -
1344
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1345
<DD>Returns true if ATxmega controller is available.
1346
<DT><A HREF="./ztex/Ztex1v1.html#xmegaFlashPages()"><B>xmegaFlashPages()</B></A> -
1347
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1348
<DD>Returns the number of the ATxmega Flash pages.
1349
<DT><A HREF="./ztex/Ztex1v1.html#xmegaFlashPageSize()"><B>xmegaFlashPageSize()</B></A> -
1350
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1351
<DD>Returns the size of the ATxmega Flash pages.
1352
<DT><A HREF="./ztex/Ztex1v1.html#xmegaFlashPageWrite(int, byte[])"><B>xmegaFlashPageWrite(int, byte[])</B></A> -
1353
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1354
<DD>Writes data to Flash memory of ATxmega.
1355
<DT><A HREF="./ztex/Ztex1v1.html#xmegaFlashRead(int, byte[], int)"><B>xmegaFlashRead(int, byte[], int)</B></A> -
1356
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1357
<DD>Reads data from Flash memory of ATxmega.
1358
<DT><A HREF="./ztex/Ztex1v1.html#xmegaFuseRead(int, byte[], int)"><B>xmegaFuseRead(int, byte[], int)</B></A> -
1359
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1360
<DD>Reads data from Fuse memory of ATxmega.
1361
<DT><A HREF="./ztex/Ztex1v1.html#xmegaFuseRead(int)"><B>xmegaFuseRead(int)</B></A> -
1362
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1363
<DD>Reads data one Fuse of ATxmega.
1364
<DT><A HREF="./ztex/Ztex1v1.html#xmegaFuseWrite(int, int)"><B>xmegaFuseWrite(int, int)</B></A> -
1365
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1366
<DD>Writes one Fuse of the ATxmega.
1367
<DT><A HREF="./ztex/Ztex1v1.html#xmegaNvmRead(int, byte[], int)"><B>xmegaNvmRead(int, byte[], int)</B></A> -
1368
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1369
<DD>Reads data from the NVM of ATxmega.
1370
<DT><A HREF="./ztex/Ztex1v1.html#xmegaReset()"><B>xmegaReset()</B></A> -
1371
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1372
<DD>Resets the ATxmega.
1373
<DT><A HREF="./ztex/Ztex1v1.html#xmegaState()"><B>xmegaState()</B></A> -
1374
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1375
<DD>Read ATxmega error and status information from the device.
1376
<DT><A HREF="./ztex/Ztex1v1.html#xmegaStrError(int)"><B>xmegaStrError(int)</B></A> -
1377
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1378
<DD>Converts a given error code into a String.
1379
<DT><A HREF="./ztex/Ztex1v1.html#xmegaStrError()"><B>xmegaStrError()</B></A> -
1380
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1381
<DD>Gets the last ATxmega error from the device.
1382
<DT><A HREF="./ztex/Ztex1v1.html#xmegaWriteEeprom(ztex.IhxFile)"><B>xmegaWriteEeprom(IhxFile)</B></A> -
1383
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1384
<DD>Uploads data to the EEPROM memory
1385
<DT><A HREF="./ztex/Ztex1v1.html#xmegaWriteFirmware(ztex.IhxFile)"><B>xmegaWriteFirmware(IhxFile)</B></A> -
1386
Method in class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1387
<DD>Uploads firmware to the flash memory
1388
</DL>
1389
<HR>
1390 3 ZTEX
<A NAME="_Z_"><!-- --></A><H2>
1391
<B>Z</B></H2>
1392
<DL>
1393
<DT><A HREF="./ztex/package-summary.html"><B>ztex</B></A> - package ztex<DD>The Java API of the <a href="http://www.ztex.de/firmware-kit/index.e.html">ZTEX EZ-USB SDK</a>.<DT><A HREF="./ztex/Ztex1.html" title="class in ztex"><B>Ztex1</B></A> - Class in <A HREF="./ztex/package-summary.html">ztex</A><DD>This class implements the interface-independent part of the communication protocol for the interaction with the ZTEX firmware.<DT><A HREF="./ztex/Ztex1.html#Ztex1(ztex.ZtexDevice1)"><B>Ztex1(ZtexDevice1)</B></A> -
1394
Constructor for class ztex.<A HREF="./ztex/Ztex1.html" title="class in ztex">Ztex1</A>
1395
<DD>Constructs an instance from a given device.
1396
<DT><A HREF="./ztex/Ztex1v1.html" title="class in ztex"><B>Ztex1v1</B></A> - Class in <A HREF="./ztex/package-summary.html">ztex</A><DD>This class implements the communication protocol of the interface version 1 for the interaction with the ZTEX firmware.<DT><A HREF="./ztex/Ztex1v1.html#Ztex1v1(ztex.ZtexDevice1)"><B>Ztex1v1(ZtexDevice1)</B></A> -
1397
Constructor for class ztex.<A HREF="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</A>
1398
<DD>Constructs an instance from a given device.
1399 8 ZTEX
<DT><A HREF="./ztex/ZtexDevice1.html" title="class in ztex"><B>ZtexDevice1</B></A> - Class in <A HREF="./ztex/package-summary.html">ztex</A><DD>A class representing an EZ-USB device that supports the ZTEX descriptor 1 or an unconfigured EZ-USB device.<DT><A HREF="./ztex/ZtexDevice1.html#ZtexDevice1(ch.ntb.usb.Usb_Device, int, int, boolean)"><B>ZtexDevice1(Usb_Device, int, int, boolean)</B></A> -
1400 3 ZTEX
Constructor for class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
1401
<DD>Constructs an instance from a given USB device.
1402
<DT><A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex"><B>ZtexIhxFile1</B></A> - Class in <A HREF="./ztex/package-summary.html">ztex</A><DD>Represents a firmware image with ZTEX descriptor 1 loaded from an ihx (Intel Hex format) file.<DT><A HREF="./ztex/ZtexIhxFile1.html#ZtexIhxFile1(java.lang.String, int)"><B>ZtexIhxFile1(String, int)</B></A> -
1403
Constructor for class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
1404
<DD>Constructs an instance from a given file name and descriptor position.
1405
<DT><A HREF="./ztex/ZtexIhxFile1.html#ZtexIhxFile1(java.lang.String)"><B>ZtexIhxFile1(String)</B></A> -
1406
Constructor for class ztex.<A HREF="./ztex/ZtexIhxFile1.html" title="class in ztex">ZtexIhxFile1</A>
1407
<DD>Constructs an instance from a given file name.
1408 4 ZTEX
<DT><A HREF="./ztex/ZtexDevice1.html#ztexProductId"><B>ztexProductId</B></A> -
1409
Static variable in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
1410
<DD>USB product ID for ZTEX devices that support ZTEX descriptor 1: 0x100.
1411
<DT><A HREF="./ztex/ZtexDevice1.html#ztexProductIdMax"><B>ztexProductIdMax</B></A> -
1412
Static variable in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
1413
<DD>Largest USB product ID for ZTEX devices that support ZTEX descriptor 1: 0x1ff.
1414 8 ZTEX
<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, java.lang.String, int, int, int, int)"><B>ZtexScanBus1(int, int, boolean, boolean, int, String, int, int, int, int)</B></A> -
1415 3 ZTEX
Constructor for class ztex.<A HREF="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</A>
1416
<DD>Scans the USB for suitable devices and constructs a list of them.
1417 8 ZTEX
<DT><A HREF="./ztex/ZtexScanBus1.html#ZtexScanBus1(int, int, boolean, boolean, int, java.lang.String)"><B>ZtexScanBus1(int, int, boolean, boolean, int, String)</B></A> -
1418
Constructor for class ztex.<A HREF="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</A>
1419
<DD>Scans the USB for suitable devices and constructs a list of them.
1420 3 ZTEX
<DT><A HREF="./ztex/ZtexScanBus1.html#ZtexScanBus1(int, int, boolean, boolean, int)"><B>ZtexScanBus1(int, int, boolean, boolean, int)</B></A> -
1421
Constructor for class ztex.<A HREF="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</A>
1422
<DD>Scans the USB for suitable devices and constructs a list of them.
1423
<DT><A HREF="./ztex/ZtexScanBus1.html#ZtexScanBus1(int, int, boolean, boolean)"><B>ZtexScanBus1(int, int, boolean, boolean)</B></A> -
1424
Constructor for class ztex.<A HREF="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</A>
1425
<DD>Scans the USB for suitable devices and constructs a list of them.
1426 4 ZTEX
<DT><A HREF="./ztex/ZtexDevice1.html#ztexVendorId"><B>ztexVendorId</B></A> -
1427
Static variable in class ztex.<A HREF="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</A>
1428
<DD>ZTEX vendor ID: 0x221a
1429 3 ZTEX
</DL>
1430
<HR>
1431 8 ZTEX
<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="#_X_">X</A> <A HREF="#_Z_">Z</A>
1432 3 ZTEX
 
1433
<!-- ======= START OF BOTTOM NAVBAR ====== -->
1434
<A NAME="navbar_bottom"><!-- --></A>
1435
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
1436
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
1437
<TR>
1438
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
1439
<A NAME="navbar_bottom_firstrow"><!-- --></A>
1440
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
1441
  <TR ALIGN="center" VALIGN="top">
1442
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
1443
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
1444
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
1445
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
1446
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
1447
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
1448
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
1449
  </TR>
1450
</TABLE>
1451
</TD>
1452
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1453
</EM>
1454
</TD>
1455
</TR>
1456
 
1457
<TR>
1458
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1459
&nbsp;PREV&nbsp;
1460
&nbsp;NEXT</FONT></TD>
1461
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1462
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
1463
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
1464
&nbsp;<SCRIPT type="text/javascript">
1465
  <!--
1466
  if(window==top) {
1467
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
1468
  }
1469
  //-->
1470
</SCRIPT>
1471
<NOSCRIPT>
1472
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
1473
</NOSCRIPT>
1474
 
1475
 
1476
</FONT></TD>
1477
</TR>
1478
</TABLE>
1479
<A NAME="skip-navbar_bottom"></A>
1480
<!-- ======== END OF BOTTOM NAVBAR ======= -->
1481
 
1482
<HR>
1483
 
1484
</BODY>
1485
</HTML>

powered by: WebSVN 2.1.0

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