src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWebreplDeviceInterface.html

branch
eric7
changeset 10229
e50bbf250343
parent 10070
9f5758c0fec1
child 10259
b51dfacef37f
equal deleted inserted replaced
10228:74c6150aa745 10229:e50bbf250343
76 <td><a href="#MicroPythonWebreplDeviceInterface.__readSocket">__readSocket</a></td> 76 <td><a href="#MicroPythonWebreplDeviceInterface.__readSocket">__readSocket</a></td>
77 <td>Private slot to read all available data and emit it with the "dataReceived" signal for further processing.</td> 77 <td>Private slot to read all available data and emit it with the "dataReceived" signal for further processing.</td>
78 </tr> 78 </tr>
79 <tr> 79 <tr>
80 <td><a href="#MicroPythonWebreplDeviceInterface.connectToDevice">connectToDevice</a></td> 80 <td><a href="#MicroPythonWebreplDeviceInterface.connectToDevice">connectToDevice</a></td>
81 <td>Public slot to connect to the device.</td> 81 <td>Public method to connect to the device.</td>
82 </tr> 82 </tr>
83 <tr> 83 <tr>
84 <td><a href="#MicroPythonWebreplDeviceInterface.disconnectFromDevice">disconnectFromDevice</a></td> 84 <td><a href="#MicroPythonWebreplDeviceInterface.disconnectFromDevice">disconnectFromDevice</a></td>
85 <td>Public slot to disconnect from the device.</td> 85 <td>Public slot to disconnect from the device.</td>
86 </tr> 86 </tr>
176 <a NAME="MicroPythonWebreplDeviceInterface.connectToDevice" ID="MicroPythonWebreplDeviceInterface.connectToDevice"></a> 176 <a NAME="MicroPythonWebreplDeviceInterface.connectToDevice" ID="MicroPythonWebreplDeviceInterface.connectToDevice"></a>
177 <h4>MicroPythonWebreplDeviceInterface.connectToDevice</h4> 177 <h4>MicroPythonWebreplDeviceInterface.connectToDevice</h4>
178 <b>connectToDevice</b>(<i>connection</i>) 178 <b>connectToDevice</b>(<i>connection</i>)
179 179
180 <p> 180 <p>
181 Public slot to connect to the device. 181 Public method to connect to the device.
182 </p> 182 </p>
183 <dl> 183 <dl>
184 184
185 <dt><i>connection</i> (str)</dt> 185 <dt><i>connection</i> (str)</dt>
186 <dd> 186 <dd>
189 </dd> 189 </dd>
190 </dl> 190 </dl>
191 <dl> 191 <dl>
192 <dt>Return:</dt> 192 <dt>Return:</dt>
193 <dd> 193 <dd>
194 flag indicating success 194 flag indicating success and an error message
195 </dd> 195 </dd>
196 </dl> 196 </dl>
197 <dl> 197 <dl>
198 <dt>Return Type:</dt> 198 <dt>Return Type:</dt>
199 <dd> 199 <dd>
200 bool 200 tuple of (bool, str)
201 </dd> 201 </dd>
202 </dl> 202 </dl>
203 <a NAME="MicroPythonWebreplDeviceInterface.disconnectFromDevice" ID="MicroPythonWebreplDeviceInterface.disconnectFromDevice"></a> 203 <a NAME="MicroPythonWebreplDeviceInterface.disconnectFromDevice" ID="MicroPythonWebreplDeviceInterface.disconnectFromDevice"></a>
204 <h4>MicroPythonWebreplDeviceInterface.disconnectFromDevice</h4> 204 <h4>MicroPythonWebreplDeviceInterface.disconnectFromDevice</h4>
205 <b>disconnectFromDevice</b>(<i></i>) 205 <b>disconnectFromDevice</b>(<i></i>)

eric ide

mercurial