eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html

changeset 7161
728018c32b09
parent 7145
ceb3e8b242c1
child 7273
391d6b7b1eff
equal deleted inserted replaced
7159:85a9d6a753bd 7161:728018c32b09
92 <td>Public method to get the name of the device.</td> 92 <td>Public method to get the name of the device.</td>
93 </tr><tr> 93 </tr><tr>
94 <td><a href="#MicroPythonDevice.forceInterrupt">forceInterrupt</a></td> 94 <td><a href="#MicroPythonDevice.forceInterrupt">forceInterrupt</a></td>
95 <td>Public method to determine the need for an interrupt when opening the serial connection.</td> 95 <td>Public method to determine the need for an interrupt when opening the serial connection.</td>
96 </tr><tr> 96 </tr><tr>
97 <td><a href="#MicroPythonDevice.getDocumentationUrl">getDocumentationUrl</a></td>
98 <td>Public method to get the device documentation URL.</td>
99 </tr><tr>
97 <td><a href="#MicroPythonDevice.getWorkspace">getWorkspace</a></td> 100 <td><a href="#MicroPythonDevice.getWorkspace">getWorkspace</a></td>
98 <td>Public method to get the workspace directory.</td> 101 <td>Public method to get the workspace directory.</td>
99 </tr><tr> 102 </tr><tr>
100 <td><a href="#MicroPythonDevice.handleDataFlood">handleDataFlood</a></td> 103 <td><a href="#MicroPythonDevice.handleDataFlood">handleDataFlood</a></td>
101 <td>Public slot handling a data floof from the device.</td> 104 <td>Public slot handling a data floof from the device.</td>
105 </tr><tr>
106 <td><a href="#MicroPythonDevice.hasDocumentationUrl">hasDocumentationUrl</a></td>
107 <td>Public method to check, if the device has a configured documentation URL.</td>
102 </tr><tr> 108 </tr><tr>
103 <td><a href="#MicroPythonDevice.hasTimeCommands">hasTimeCommands</a></td> 109 <td><a href="#MicroPythonDevice.hasTimeCommands">hasTimeCommands</a></td>
104 <td>Public method to check, if the device supports time commands.</td> 110 <td>Public method to check, if the device supports time commands.</td>
105 </tr><tr> 111 </tr><tr>
106 <td><a href="#MicroPythonDevice.runScript">runScript</a></td> 112 <td><a href="#MicroPythonDevice.runScript">runScript</a></td>
245 </dl><dl> 251 </dl><dl>
246 <dt>Return Type:</dt> 252 <dt>Return Type:</dt>
247 <dd> 253 <dd>
248 bool 254 bool
249 </dd> 255 </dd>
256 </dl><a NAME="MicroPythonDevice.getDocumentationUrl" ID="MicroPythonDevice.getDocumentationUrl"></a>
257 <h4>MicroPythonDevice.getDocumentationUrl</h4>
258 <b>getDocumentationUrl</b>(<i></i>)
259 <p>
260 Public method to get the device documentation URL.
261 </p><dl>
262 <dt>Returns:</dt>
263 <dd>
264 documentation URL of the device
265 </dd>
266 </dl><dl>
267 <dt>Return Type:</dt>
268 <dd>
269 str
270 </dd>
250 </dl><a NAME="MicroPythonDevice.getWorkspace" ID="MicroPythonDevice.getWorkspace"></a> 271 </dl><a NAME="MicroPythonDevice.getWorkspace" ID="MicroPythonDevice.getWorkspace"></a>
251 <h4>MicroPythonDevice.getWorkspace</h4> 272 <h4>MicroPythonDevice.getWorkspace</h4>
252 <b>getWorkspace</b>(<i></i>) 273 <b>getWorkspace</b>(<i></i>)
253 <p> 274 <p>
254 Public method to get the workspace directory. 275 Public method to get the workspace directory.
265 </dl><a NAME="MicroPythonDevice.handleDataFlood" ID="MicroPythonDevice.handleDataFlood"></a> 286 </dl><a NAME="MicroPythonDevice.handleDataFlood" ID="MicroPythonDevice.handleDataFlood"></a>
266 <h4>MicroPythonDevice.handleDataFlood</h4> 287 <h4>MicroPythonDevice.handleDataFlood</h4>
267 <b>handleDataFlood</b>(<i></i>) 288 <b>handleDataFlood</b>(<i></i>)
268 <p> 289 <p>
269 Public slot handling a data floof from the device. 290 Public slot handling a data floof from the device.
270 </p><a NAME="MicroPythonDevice.hasTimeCommands" ID="MicroPythonDevice.hasTimeCommands"></a> 291 </p><a NAME="MicroPythonDevice.hasDocumentationUrl" ID="MicroPythonDevice.hasDocumentationUrl"></a>
292 <h4>MicroPythonDevice.hasDocumentationUrl</h4>
293 <b>hasDocumentationUrl</b>(<i></i>)
294 <p>
295 Public method to check, if the device has a configured documentation
296 URL.
297 </p><dl>
298 <dt>Returns:</dt>
299 <dd>
300 flag indicating a configured documentation URL
301 </dd>
302 </dl><dl>
303 <dt>Return Type:</dt>
304 <dd>
305 bool
306 </dd>
307 </dl><a NAME="MicroPythonDevice.hasTimeCommands" ID="MicroPythonDevice.hasTimeCommands"></a>
271 <h4>MicroPythonDevice.hasTimeCommands</h4> 308 <h4>MicroPythonDevice.hasTimeCommands</h4>
272 <b>hasTimeCommands</b>(<i></i>) 309 <b>hasTimeCommands</b>(<i></i>)
273 <p> 310 <p>
274 Public method to check, if the device supports time commands. 311 Public method to check, if the device supports time commands.
275 </p><p> 312 </p><p>

eric ide

mercurial