eric7/Documentation/Source/eric7.MicroPython.MicroPythonCommandsInterface.html

branch
eric7
changeset 8928
d856023fbeb0
parent 8596
d64760b2da50
--- a/eric7/Documentation/Source/eric7.MicroPython.MicroPythonCommandsInterface.html	Sat Jan 15 19:57:03 2022 +0100
+++ b/eric7/Documentation/Source/eric7.MicroPython.MicroPythonCommandsInterface.html	Sun Jan 16 20:28:42 2022 +0100
@@ -142,6 +142,10 @@
 <td>Public method to copy a file from the connected device.</td>
 </tr>
 <tr>
+<td><a href="#MicroPythonCommandsInterface.getBoardInformation">getBoardInformation</a></td>
+<td>Public method to get some information data of the connected board.</td>
+</tr>
+<tr>
 <td><a href="#MicroPythonCommandsInterface.getImplementation">getImplementation</a></td>
 <td>Public method to get some implementation information of the connected device.</td>
 </tr>
@@ -448,6 +452,32 @@
 raised to indicate an issue with the device
 </dd>
 </dl>
+<a NAME="MicroPythonCommandsInterface.getBoardInformation" ID="MicroPythonCommandsInterface.getBoardInformation"></a>
+<h4>MicroPythonCommandsInterface.getBoardInformation</h4>
+<b>getBoardInformation</b>(<i></i>)
+
+<p>
+        Public method to get some information data of the connected board.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+dictionary containing the determined data
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+dict
+</dd>
+</dl>
+<dl>
+
+<dt>Raises <b>OSError</b>:</dt>
+<dd>
+raised to indicate an issue with the device
+</dd>
+</dl>
 <a NAME="MicroPythonCommandsInterface.getImplementation" ID="MicroPythonCommandsInterface.getImplementation"></a>
 <h4>MicroPythonCommandsInterface.getImplementation</h4>
 <b>getImplementation</b>(<i></i>)

eric ide

mercurial