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

changeset 7336
0095e231ddaf
parent 7273
391d6b7b1eff
child 7588
881eebfefd34
equal deleted inserted replaced
7335:07ed3d73bf58 7336:0095e231ddaf
120 <tr> 120 <tr>
121 <td><a href="#MicroPythonDevice.getDocumentationUrl">getDocumentationUrl</a></td> 121 <td><a href="#MicroPythonDevice.getDocumentationUrl">getDocumentationUrl</a></td>
122 <td>Public method to get the device documentation URL.</td> 122 <td>Public method to get the device documentation URL.</td>
123 </tr> 123 </tr>
124 <tr> 124 <tr>
125 <td><a href="#MicroPythonDevice.getFirmwareUrl">getFirmwareUrl</a></td>
126 <td>Public method to get the device firmware download URL.</td>
127 </tr>
128 <tr>
125 <td><a href="#MicroPythonDevice.getWorkspace">getWorkspace</a></td> 129 <td><a href="#MicroPythonDevice.getWorkspace">getWorkspace</a></td>
126 <td>Public method to get the workspace directory.</td> 130 <td>Public method to get the workspace directory.</td>
127 </tr> 131 </tr>
128 <tr> 132 <tr>
129 <td><a href="#MicroPythonDevice.handleDataFlood">handleDataFlood</a></td> 133 <td><a href="#MicroPythonDevice.handleDataFlood">handleDataFlood</a></td>
130 <td>Public slot handling a data floof from the device.</td> 134 <td>Public slot handling a data floof from the device.</td>
131 </tr> 135 </tr>
132 <tr> 136 <tr>
133 <td><a href="#MicroPythonDevice.hasDocumentationUrl">hasDocumentationUrl</a></td> 137 <td><a href="#MicroPythonDevice.hasDocumentationUrl">hasDocumentationUrl</a></td>
134 <td>Public method to check, if the device has a configured documentation URL.</td> 138 <td>Public method to check, if the device has a configured documentation URL.</td>
139 </tr>
140 <tr>
141 <td><a href="#MicroPythonDevice.hasFirmwareUrl">hasFirmwareUrl</a></td>
142 <td>Public method to check, if the device has a configured firmware download URL.</td>
135 </tr> 143 </tr>
136 <tr> 144 <tr>
137 <td><a href="#MicroPythonDevice.hasTimeCommands">hasTimeCommands</a></td> 145 <td><a href="#MicroPythonDevice.hasTimeCommands">hasTimeCommands</a></td>
138 <td>Public method to check, if the device supports time commands.</td> 146 <td>Public method to check, if the device supports time commands.</td>
139 </tr> 147 </tr>
340 <dt>Return Type:</dt> 348 <dt>Return Type:</dt>
341 <dd> 349 <dd>
342 str 350 str
343 </dd> 351 </dd>
344 </dl> 352 </dl>
353 <a NAME="MicroPythonDevice.getFirmwareUrl" ID="MicroPythonDevice.getFirmwareUrl"></a>
354 <h4>MicroPythonDevice.getFirmwareUrl</h4>
355 <b>getFirmwareUrl</b>(<i></i>)
356
357 <p>
358 Public method to get the device firmware download URL.
359 </p>
360 <dl>
361 <dt>Returns:</dt>
362 <dd>
363 firmware download URL of the device
364 </dd>
365 </dl>
366 <dl>
367 <dt>Return Type:</dt>
368 <dd>
369 str
370 </dd>
371 </dl>
345 <a NAME="MicroPythonDevice.getWorkspace" ID="MicroPythonDevice.getWorkspace"></a> 372 <a NAME="MicroPythonDevice.getWorkspace" ID="MicroPythonDevice.getWorkspace"></a>
346 <h4>MicroPythonDevice.getWorkspace</h4> 373 <h4>MicroPythonDevice.getWorkspace</h4>
347 <b>getWorkspace</b>(<i></i>) 374 <b>getWorkspace</b>(<i></i>)
348 375
349 <p> 376 <p>
386 <dt>Return Type:</dt> 413 <dt>Return Type:</dt>
387 <dd> 414 <dd>
388 bool 415 bool
389 </dd> 416 </dd>
390 </dl> 417 </dl>
418 <a NAME="MicroPythonDevice.hasFirmwareUrl" ID="MicroPythonDevice.hasFirmwareUrl"></a>
419 <h4>MicroPythonDevice.hasFirmwareUrl</h4>
420 <b>hasFirmwareUrl</b>(<i></i>)
421
422 <p>
423 Public method to check, if the device has a configured firmware
424 download URL.
425 </p>
426 <dl>
427 <dt>Returns:</dt>
428 <dd>
429 flag indicating a configured firmware download URL
430 </dd>
431 </dl>
432 <dl>
433 <dt>Return Type:</dt>
434 <dd>
435 bool
436 </dd>
437 </dl>
391 <a NAME="MicroPythonDevice.hasTimeCommands" ID="MicroPythonDevice.hasTimeCommands"></a> 438 <a NAME="MicroPythonDevice.hasTimeCommands" ID="MicroPythonDevice.hasTimeCommands"></a>
392 <h4>MicroPythonDevice.hasTimeCommands</h4> 439 <h4>MicroPythonDevice.hasTimeCommands</h4>
393 <b>hasTimeCommands</b>(<i></i>) 440 <b>hasTimeCommands</b>(<i></i>)
394 441
395 <p> 442 <p>

eric ide

mercurial