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

branch
eric7
changeset 10229
e50bbf250343
parent 10070
9f5758c0fec1
child 10259
b51dfacef37f
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWebreplDeviceInterface.html	Thu Oct 05 17:07:35 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWebreplDeviceInterface.html	Fri Oct 06 15:52:33 2023 +0200
@@ -78,7 +78,7 @@
 </tr>
 <tr>
 <td><a href="#MicroPythonWebreplDeviceInterface.connectToDevice">connectToDevice</a></td>
-<td>Public slot to connect to the device.</td>
+<td>Public method to connect to the device.</td>
 </tr>
 <tr>
 <td><a href="#MicroPythonWebreplDeviceInterface.disconnectFromDevice">disconnectFromDevice</a></td>
@@ -178,7 +178,7 @@
 <b>connectToDevice</b>(<i>connection</i>)
 
 <p>
-        Public slot to connect to the device.
+        Public method to connect to the device.
 </p>
 <dl>
 
@@ -191,13 +191,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating success
+flag indicating success and an error message
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-bool
+tuple of (bool, str)
 </dd>
 </dl>
 <a NAME="MicroPythonWebreplDeviceInterface.disconnectFromDevice" ID="MicroPythonWebreplDeviceInterface.disconnectFromDevice"></a>

eric ide

mercurial