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

Subversion Repositories usb_fpga_2_13

[/] [usb_fpga_2_13/] [trunk/] [docs/] [java/] [ch/] [ntb/] [usb/] [Usb_Bus.html] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 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
<!-- Generated by javadoc (build 1.6.0_18) on Wed Oct 30 21:18:13 CET 2013 -->
6
<TITLE>
7
Usb_Bus
8
</TITLE>
9
 
10
<META NAME="date" CONTENT="2013-10-30">
11
 
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="Usb_Bus";
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">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
43
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-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="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&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;<A HREF="../../../ch/ntb/usb/USB.html" title="class in ch.ntb.usb"><B>PREV CLASS</B></A>&nbsp;
58
&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb"><B>NEXT CLASS</B></A></FONT></TD>
59
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
60
  <A HREF="../../../index.html?ch/ntb/usb/Usb_Bus.html" target="_top"><B>FRAMES</B></A>  &nbsp;
61
&nbsp;<A HREF="Usb_Bus.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
<TR>
77
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
78
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
79
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
80
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
81
</TR>
82
</TABLE>
83
<A NAME="skip-navbar_top"></A>
84
<!-- ========= END OF TOP NAVBAR ========= -->
85
 
86
<HR>
87
<!-- ======== START OF CLASS DATA ======== -->
88
<H2>
89
<FONT SIZE="-1">
90
ch.ntb.usb</FONT>
91
<BR>
92
Class Usb_Bus</H2>
93
<PRE>
94
java.lang.Object
95
  <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>ch.ntb.usb.Usb_Bus</B>
96
</PRE>
97
<HR>
98
<DL>
99
<DT><PRE>public class <B>Usb_Bus</B><DT>extends java.lang.Object</DL>
100
</PRE>
101
 
102
<P>
103
Represents an USB bus.<br>
104
 This is the root class for the representation of the libusb USB structure.
105
 Zero or more devices may be connected to an USB bus.
106
<P>
107
 
108
<P>
109
<HR>
110
 
111
<P>
112
 
113
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
114
 
115
<A NAME="constructor_summary"><!-- --></A>
116
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
117
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
118
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
119
<B>Constructor Summary</B></FONT></TH>
120
</TR>
121
<TR BGCOLOR="white" CLASS="TableRowColor">
122
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Bus.html#Usb_Bus()">Usb_Bus</A></B>()</CODE>
123
 
124
<BR>
125
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126
</TR>
127
</TABLE>
128
&nbsp;
129
<!-- ========== METHOD SUMMARY =========== -->
130
 
131
<A NAME="method_summary"><!-- --></A>
132
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
135
<B>Method Summary</B></FONT></TH>
136
</TR>
137
<TR BGCOLOR="white" CLASS="TableRowColor">
138
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139
<CODE>&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A></CODE></FONT></TD>
140
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Bus.html#getDevices()">getDevices</A></B>()</CODE>
141
 
142
<BR>
143
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the first device ojects of the devices linked list.</TD>
144
</TR>
145
<TR BGCOLOR="white" CLASS="TableRowColor">
146
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
148
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Bus.html#getDirname()">getDirname</A></B>()</CODE>
149
 
150
<BR>
151
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the systems String representation of the bus.</TD>
152
</TR>
153
<TR BGCOLOR="white" CLASS="TableRowColor">
154
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155
<CODE>&nbsp;long</CODE></FONT></TD>
156
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Bus.html#getLocation()">getLocation</A></B>()</CODE>
157
 
158
<BR>
159
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the location in the USB bus linked list.</TD>
160
</TR>
161
<TR BGCOLOR="white" CLASS="TableRowColor">
162
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163
<CODE>&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb">Usb_Bus</A></CODE></FONT></TD>
164
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Bus.html#getNext()">getNext</A></B>()</CODE>
165
 
166
<BR>
167
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the next bus object.</TD>
168
</TR>
169
<TR BGCOLOR="white" CLASS="TableRowColor">
170
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171
<CODE>&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb">Usb_Bus</A></CODE></FONT></TD>
172
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Bus.html#getPrev()">getPrev</A></B>()</CODE>
173
 
174
<BR>
175
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the previous bus object.</TD>
176
</TR>
177
<TR BGCOLOR="white" CLASS="TableRowColor">
178
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179
<CODE>&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A></CODE></FONT></TD>
180
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Bus.html#getRootDev()">getRootDev</A></B>()</CODE>
181
 
182
<BR>
183
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the root device of this bus.</TD>
184
</TR>
185
<TR BGCOLOR="white" CLASS="TableRowColor">
186
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
187
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
188
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Bus.html#toString()">toString</A></B>()</CODE>
189
 
190
<BR>
191
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
192
</TR>
193
</TABLE>
194
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
195
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
196
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
197
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
198
</TR>
199
<TR BGCOLOR="white" CLASS="TableRowColor">
200
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
201
</TR>
202
</TABLE>
203
&nbsp;
204
<P>
205
 
206
<!-- ========= CONSTRUCTOR DETAIL ======== -->
207
 
208
<A NAME="constructor_detail"><!-- --></A>
209
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
210
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
211
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
212
<B>Constructor Detail</B></FONT></TH>
213
</TR>
214
</TABLE>
215
 
216
<A NAME="Usb_Bus()"><!-- --></A><H3>
217
Usb_Bus</H3>
218
<PRE>
219
public <B>Usb_Bus</B>()</PRE>
220
<DL>
221
</DL>
222
 
223
<!-- ============ METHOD DETAIL ========== -->
224
 
225
<A NAME="method_detail"><!-- --></A>
226
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
227
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
228
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
229
<B>Method Detail</B></FONT></TH>
230
</TR>
231
</TABLE>
232
 
233
<A NAME="getDevices()"><!-- --></A><H3>
234
getDevices</H3>
235
<PRE>
236
public <A HREF="../../../ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A> <B>getDevices</B>()</PRE>
237
<DL>
238
<DD>Get the first device ojects of the devices linked list.<br>
239
<P>
240
<DD><DL>
241
 
242
<DT><B>Returns:</B><DD>the first device ojects of the devices linked list or null</DL>
243
</DD>
244
</DL>
245
<HR>
246
 
247
<A NAME="getDirname()"><!-- --></A><H3>
248
getDirname</H3>
249
<PRE>
250
public java.lang.String <B>getDirname</B>()</PRE>
251
<DL>
252
<DD>Returns the systems String representation of the bus.<br>
253
<P>
254
<DD><DL>
255
 
256
<DT><B>Returns:</B><DD>the systems String representation of the bus</DL>
257
</DD>
258
</DL>
259
<HR>
260
 
261
<A NAME="getNext()"><!-- --></A><H3>
262
getNext</H3>
263
<PRE>
264
public <A HREF="../../../ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb">Usb_Bus</A> <B>getNext</B>()</PRE>
265
<DL>
266
<DD>Returns the next bus object.<br>
267
<P>
268
<DD><DL>
269
 
270
<DT><B>Returns:</B><DD>Returns the next bus object or null</DL>
271
</DD>
272
</DL>
273
<HR>
274
 
275
<A NAME="getPrev()"><!-- --></A><H3>
276
getPrev</H3>
277
<PRE>
278
public <A HREF="../../../ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb">Usb_Bus</A> <B>getPrev</B>()</PRE>
279
<DL>
280
<DD>Returns the previous bus object.<br>
281
<P>
282
<DD><DL>
283
 
284
<DT><B>Returns:</B><DD>Returns the previous bus object or null</DL>
285
</DD>
286
</DL>
287
<HR>
288
 
289
<A NAME="getRootDev()"><!-- --></A><H3>
290
getRootDev</H3>
291
<PRE>
292
public <A HREF="../../../ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A> <B>getRootDev</B>()</PRE>
293
<DL>
294
<DD>Get the root device of this bus.<br>
295
<P>
296
<DD><DL>
297
 
298
<DT><B>Returns:</B><DD>the root device oject or null</DL>
299
</DD>
300
</DL>
301
<HR>
302
 
303
<A NAME="getLocation()"><!-- --></A><H3>
304
getLocation</H3>
305
<PRE>
306
public long <B>getLocation</B>()</PRE>
307
<DL>
308
<DD>Returns the location in the USB bus linked list.<br>
309
<P>
310
<DD><DL>
311
 
312
<DT><B>Returns:</B><DD>the location in the USB bus linked list</DL>
313
</DD>
314
</DL>
315
<HR>
316
 
317
<A NAME="toString()"><!-- --></A><H3>
318
toString</H3>
319
<PRE>
320
public java.lang.String <B>toString</B>()</PRE>
321
<DL>
322
<DD><DL>
323
<DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
324
</DD>
325
<DD><DL>
326
</DL>
327
</DD>
328
</DL>
329
<!-- ========= END OF CLASS DATA ========= -->
330
<HR>
331
 
332
 
333
<!-- ======= START OF BOTTOM NAVBAR ====== -->
334
<A NAME="navbar_bottom"><!-- --></A>
335
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
336
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
337
<TR>
338
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
339
<A NAME="navbar_bottom_firstrow"><!-- --></A>
340
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
341
  <TR ALIGN="center" VALIGN="top">
342
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
343
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
344
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
345
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
346
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
347
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
348
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
349
  </TR>
350
</TABLE>
351
</TD>
352
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
353
</EM>
354
</TD>
355
</TR>
356
 
357
<TR>
358
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
359
&nbsp;<A HREF="../../../ch/ntb/usb/USB.html" title="class in ch.ntb.usb"><B>PREV CLASS</B></A>&nbsp;
360
&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb"><B>NEXT CLASS</B></A></FONT></TD>
361
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
362
  <A HREF="../../../index.html?ch/ntb/usb/Usb_Bus.html" target="_top"><B>FRAMES</B></A>  &nbsp;
363
&nbsp;<A HREF="Usb_Bus.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
364
&nbsp;<SCRIPT type="text/javascript">
365
  <!--
366
  if(window==top) {
367
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
368
  }
369
  //-->
370
</SCRIPT>
371
<NOSCRIPT>
372
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
373
</NOSCRIPT>
374
 
375
 
376
</FONT></TD>
377
</TR>
378
<TR>
379
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
380
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
381
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
382
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
383
</TR>
384
</TABLE>
385
<A NAME="skip-navbar_bottom"></A>
386
<!-- ======== END OF BOTTOM NAVBAR ======= -->
387
 
388
<HR>
389
 
390
</BODY>
391
</HTML>

powered by: WebSVN 2.1.0

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