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

branch
eric7
changeset 11185
a6f70425f5be
parent 10518
1682f3203ae5
child 11215
d07c71a34adf
equal deleted inserted replaced
11184:33a600dd86f4 11185:a6f70425f5be
237 <tr> 237 <tr>
238 <td><a href="#MicroPythonWidget.handleDataFlood">handleDataFlood</a></td> 238 <td><a href="#MicroPythonWidget.handleDataFlood">handleDataFlood</a></td>
239 <td>Public slot handling a data flood from the device.</td> 239 <td>Public slot handling a data flood from the device.</td>
240 </tr> 240 </tr>
241 <tr> 241 <tr>
242 <td><a href="#MicroPythonWidget.insertData">insertData</a></td>
243 <td>Public method to insert some data as if it was sent directly from the device.</td>
244 </tr>
245 <tr>
242 <td><a href="#MicroPythonWidget.isConnected">isConnected</a></td> 246 <td><a href="#MicroPythonWidget.isConnected">isConnected</a></td>
243 <td>Public method to get the MicroPython device connection state.</td> 247 <td>Public method to get the MicroPython device connection state.</td>
244 </tr> 248 </tr>
245 <tr> 249 <tr>
246 <td><a href="#MicroPythonWidget.isLinkConnected">isLinkConnected</a></td> 250 <td><a href="#MicroPythonWidget.isLinkConnected">isLinkConnected</a></td>
754 <b>handleDataFlood</b>(<i></i>) 758 <b>handleDataFlood</b>(<i></i>)
755 <p> 759 <p>
756 Public slot handling a data flood from the device. 760 Public slot handling a data flood from the device.
757 </p> 761 </p>
758 762
763 <a NAME="MicroPythonWidget.insertData" ID="MicroPythonWidget.insertData"></a>
764 <h4>MicroPythonWidget.insertData</h4>
765 <b>insertData</b>(<i>data</i>)
766 <p>
767 Public method to insert some data as if it was sent directly from the device.
768 </p>
769
770 <dl>
771
772 <dt><i>data</i> (str or bytes)</dt>
773 <dd>
774 data to be inserted into the REPL pane
775 </dd>
776 </dl>
759 <a NAME="MicroPythonWidget.isConnected" ID="MicroPythonWidget.isConnected"></a> 777 <a NAME="MicroPythonWidget.isConnected" ID="MicroPythonWidget.isConnected"></a>
760 <h4>MicroPythonWidget.isConnected</h4> 778 <h4>MicroPythonWidget.isConnected</h4>
761 <b>isConnected</b>(<i></i>) 779 <b>isConnected</b>(<i></i>)
762 <p> 780 <p>
763 Public method to get the MicroPython device connection state. 781 Public method to get the MicroPython device connection state.

eric ide

mercurial