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

branch
eric7
changeset 10229
e50bbf250343
parent 10015
9352f33732ae
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonDeviceInterface.html	Thu Oct 05 17:07:35 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonDeviceInterface.html	Fri Oct 06 15:52:33 2023 +0200
@@ -78,7 +78,7 @@
 </tr>
 <tr>
 <td><a href="#MicroPythonDeviceInterface.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="#MicroPythonDeviceInterface.disconnectFromDevice">disconnectFromDevice</a></td>
@@ -134,7 +134,7 @@
 <b>connectToDevice</b>(<i>connection</i>)
 
 <p>
-        Public slot to connect to the device.
+        Public method to connect to the device.
 </p>
 <dl>
 
@@ -146,13 +146,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>
 <dl>

eric ide

mercurial