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

branch
eric7
changeset 8928
d856023fbeb0
parent 8596
d64760b2da50
equal deleted inserted replaced
8927:e738a96f1e14 8928:d856023fbeb0
140 <tr> 140 <tr>
141 <td><a href="#MicroPythonCommandsInterface.get">get</a></td> 141 <td><a href="#MicroPythonCommandsInterface.get">get</a></td>
142 <td>Public method to copy a file from the connected device.</td> 142 <td>Public method to copy a file from the connected device.</td>
143 </tr> 143 </tr>
144 <tr> 144 <tr>
145 <td><a href="#MicroPythonCommandsInterface.getBoardInformation">getBoardInformation</a></td>
146 <td>Public method to get some information data of the connected board.</td>
147 </tr>
148 <tr>
145 <td><a href="#MicroPythonCommandsInterface.getImplementation">getImplementation</a></td> 149 <td><a href="#MicroPythonCommandsInterface.getImplementation">getImplementation</a></td>
146 <td>Public method to get some implementation information of the connected device.</td> 150 <td>Public method to get some implementation information of the connected device.</td>
147 </tr> 151 </tr>
148 <tr> 152 <tr>
149 <td><a href="#MicroPythonCommandsInterface.getTime">getTime</a></td> 153 <td><a href="#MicroPythonCommandsInterface.getTime">getTime</a></td>
437 </dl> 441 </dl>
438 <dl> 442 <dl>
439 <dt>Return Type:</dt> 443 <dt>Return Type:</dt>
440 <dd> 444 <dd>
441 bool 445 bool
446 </dd>
447 </dl>
448 <dl>
449
450 <dt>Raises <b>OSError</b>:</dt>
451 <dd>
452 raised to indicate an issue with the device
453 </dd>
454 </dl>
455 <a NAME="MicroPythonCommandsInterface.getBoardInformation" ID="MicroPythonCommandsInterface.getBoardInformation"></a>
456 <h4>MicroPythonCommandsInterface.getBoardInformation</h4>
457 <b>getBoardInformation</b>(<i></i>)
458
459 <p>
460 Public method to get some information data of the connected board.
461 </p>
462 <dl>
463 <dt>Return:</dt>
464 <dd>
465 dictionary containing the determined data
466 </dd>
467 </dl>
468 <dl>
469 <dt>Return Type:</dt>
470 <dd>
471 dict
442 </dd> 472 </dd>
443 </dl> 473 </dl>
444 <dl> 474 <dl>
445 475
446 <dt>Raises <b>OSError</b>:</dt> 476 <dt>Raises <b>OSError</b>:</dt>

eric ide

mercurial