~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric3doc-eric3.DebugClients.Ruby.AsyncIO.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
2
 
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
3
 
<html><head>
4
 
<title>eric3.DebugClients.Ruby.AsyncIO</title>
5
 
</head>
6
 
<body bgcolor="#FFFFFF"><a NAME="top" ID="top"></a>
7
 
<h1><font color="#0000FF">eric3.DebugClients.Ruby.AsyncIO</font></h1>
8
 
<p>
9
 
File implementing an asynchronous interface for the debugger.
10
 
</p>
11
 
<h3><font color="#FF0000">Classes</font></h3>
12
 
<table>
13
 
<tr><td>None</td></tr>
14
 
</table>
15
 
<h3><font color="#FF0000">Modules</font></h3>
16
 
<table>
17
 
<tr>
18
 
<td><a href="#AsyncIO">AsyncIO</a></td>
19
 
<td>Module implementing asynchronous reading and writing.</td>
20
 
</tr>
21
 
</table>
22
 
<h3><font color="#FF0000">Functions</font></h3>
23
 
<table>
24
 
<tr><td>None</td></tr>
25
 
</table>
26
 
<hr /><hr />
27
 
<a NAME="AsyncIO" ID="AsyncIO"></a>
28
 
<h2><font color="#0000FF">AsyncIO</font></h2>
29
 
<p>
30
 
Module implementing asynchronous reading and writing.
31
 
</p>
32
 
<h3><font color="#FF0000">Classes</font></h3>
33
 
<table>
34
 
<tr><td>None</td></tr>
35
 
</table>
36
 
<h3><font color="#FF0000">Functions</font></h3>
37
 
<table>
38
 
<tr>
39
 
<td><a href="#AsyncIO.disconnect">disconnect</a></td>
40
 
<td>Function to disconnect any current connection.</td>
41
 
</tr><tr>
42
 
<td><a href="#AsyncIO.initializeAsyncIO">initializeAsyncIO</a></td>
43
 
<td>Function to initialize the module.</td>
44
 
</tr><tr>
45
 
<td><a href="#AsyncIO.readReady">readReady</a></td>
46
 
<td>Function called when there is data ready to be read.</td>
47
 
</tr><tr>
48
 
<td><a href="#AsyncIO.setDescriptors">setDescriptors</a></td>
49
 
<td>Function called to set the descriptors for the connection.</td>
50
 
</tr><tr>
51
 
<td><a href="#AsyncIO.write">write</a></td>
52
 
<td>Function to write a string.</td>
53
 
</tr><tr>
54
 
<td><a href="#AsyncIO.writeReady">writeReady</a></td>
55
 
<td>Function called when we are ready to write data.</td>
56
 
</tr>
57
 
</table>
58
 
<hr />
59
 
<p></p>
60
 
<p><a NAME="AsyncIO.disconnect" ID="AsyncIOdisconnect"></a>
61
 
<h3><font color="#0000FF">AsyncIO.disconnect</font></h3>
62
 
<b>disconnect</b>(<i></i>)
63
 
<p>
64
 
Function to disconnect any current connection.
65
 
</p><a NAME="AsyncIO.initializeAsyncIO" ID="AsyncIOinitializeAsyncIO"></a>
66
 
<h3><font color="#0000FF">AsyncIO.initializeAsyncIO</font></h3>
67
 
<b>initializeAsyncIO</b>(<i></i>)
68
 
<p>
69
 
Function to initialize the module.
70
 
</p><a NAME="AsyncIO.readReady" ID="AsyncIOreadReady"></a>
71
 
<h3><font color="#0000FF">AsyncIO.readReady</font></h3>
72
 
<b>readReady</b>(<i></i>)
73
 
<p>
74
 
Function called when there is data ready to be read.
75
 
</p><dl>
76
 
<dt><i>fd</i></dt>
77
 
<dd>
78
 
file descriptor of the file that has data to be read (int)
79
 
</dd>
80
 
</dl><a NAME="AsyncIO.setDescriptors" ID="AsyncIOsetDescriptors"></a>
81
 
<h3><font color="#0000FF">AsyncIO.setDescriptors</font></h3>
82
 
<b>setDescriptors</b>(<i>wfd</i>)
83
 
<p>
84
 
Function called to set the descriptors for the connection.
85
 
</p><dl>
86
 
<dt><i>fd</i></dt>
87
 
<dd>
88
 
file descriptor of the input file (int)
89
 
</dd><dt><i>wfd</i></dt>
90
 
<dd>
91
 
file descriptor of the output file (int)
92
 
</dd>
93
 
</dl><a NAME="AsyncIO.write" ID="AsyncIOwrite"></a>
94
 
<h3><font color="#0000FF">AsyncIO.write</font></h3>
95
 
<b>write</b>(<i></i>)
96
 
<p>
97
 
Function to write a string.
98
 
</p><dl>
99
 
<dt><i>s</i></dt>
100
 
<dd>
101
 
the data to be written (string)
102
 
</dd>
103
 
</dl><a NAME="AsyncIO.writeReady" ID="AsyncIOwriteReady"></a>
104
 
<h3><font color="#0000FF">AsyncIO.writeReady</font></h3>
105
 
<b>writeReady</b>(<i></i>)
106
 
<p>
107
 
Function called when we are ready to write data.
108
 
</p><dl>
109
 
<dt><i>fd</i></dt>
110
 
<dd>
111
 
file descriptor of the file that has data to be written (int)
112
 
</dd>
113
 
</dl></p>
114
 
<div align="right"><a href="#top">Up</a></div>
115
 
<hr />
116
 
</body></html>
 
 
b'\\ No newline at end of file'