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

branch
eric7
changeset 9749
5d409223cf3f
parent 9748
df9520c864f2
child 9753
a774e75a45ca
equal deleted inserted replaced
9748:df9520c864f2 9749:5d409223cf3f
235 <td><a href="#MicroPythonWidget.handleDataFlood">handleDataFlood</a></td> 235 <td><a href="#MicroPythonWidget.handleDataFlood">handleDataFlood</a></td>
236 <td>Public slot handling a data flood from the device.</td> 236 <td>Public slot handling a data flood from the device.</td>
237 </tr> 237 </tr>
238 <tr> 238 <tr>
239 <td><a href="#MicroPythonWidget.isConnected">isConnected</a></td> 239 <td><a href="#MicroPythonWidget.isConnected">isConnected</a></td>
240 <td>Public method to get the connection state.</td> 240 <td>Public method to get the MicroPython device connection state.</td>
241 </tr>
242 <tr>
243 <td><a href="#MicroPythonWidget.isLinkConnected">isLinkConnected</a></td>
244 <td>Public method to get the link connection state.</td>
241 </tr> 245 </tr>
242 <tr> 246 <tr>
243 <td><a href="#MicroPythonWidget.isMicrobit">isMicrobit</a></td> 247 <td><a href="#MicroPythonWidget.isMicrobit">isMicrobit</a></td>
244 <td>Public method to check, if the connected/selected device is a BBC micro:bit or Calliope mini.</td> 248 <td>Public method to check, if the connected/selected device is a BBC micro:bit or Calliope mini.</td>
245 </tr> 249 </tr>
855 <a NAME="MicroPythonWidget.isConnected" ID="MicroPythonWidget.isConnected"></a> 859 <a NAME="MicroPythonWidget.isConnected" ID="MicroPythonWidget.isConnected"></a>
856 <h4>MicroPythonWidget.isConnected</h4> 860 <h4>MicroPythonWidget.isConnected</h4>
857 <b>isConnected</b>(<i></i>) 861 <b>isConnected</b>(<i></i>)
858 862
859 <p> 863 <p>
860 Public method to get the connection state. 864 Public method to get the MicroPython device connection state.
865 </p>
866 <dl>
867 <dt>Return:</dt>
868 <dd>
869 connection state
870 </dd>
871 </dl>
872 <dl>
873 <dt>Return Type:</dt>
874 <dd>
875 bool
876 </dd>
877 </dl>
878 <a NAME="MicroPythonWidget.isLinkConnected" ID="MicroPythonWidget.isLinkConnected"></a>
879 <h4>MicroPythonWidget.isLinkConnected</h4>
880 <b>isLinkConnected</b>(<i></i>)
881
882 <p>
883 Public method to get the link connection state.
861 </p> 884 </p>
862 <dl> 885 <dl>
863 <dt>Return:</dt> 886 <dt>Return:</dt>
864 <dd> 887 <dd>
865 connection state 888 connection state

eric ide

mercurial