124 <tr> |
124 <tr> |
125 <td><a href="#MicrobitDevice.getDownloadMenuEntries">getDownloadMenuEntries</a></td> |
125 <td><a href="#MicrobitDevice.getDownloadMenuEntries">getDownloadMenuEntries</a></td> |
126 <td>Public method to retrieve the entries for the downloads menu.</td> |
126 <td>Public method to retrieve the entries for the downloads menu.</td> |
127 </tr> |
127 </tr> |
128 <tr> |
128 <tr> |
|
129 <td><a href="#MicrobitDevice.hasFlashMenuEntry">hasFlashMenuEntry</a></td> |
|
130 <td>Public method to check, if the device has its own flash menu entry.</td> |
|
131 </tr> |
|
132 <tr> |
129 <td><a href="#MicrobitDevice.hasTimeCommands">hasTimeCommands</a></td> |
133 <td><a href="#MicrobitDevice.hasTimeCommands">hasTimeCommands</a></td> |
130 <td>Public method to check, if the device supports time commands.</td> |
134 <td>Public method to check, if the device supports time commands.</td> |
131 </tr> |
135 </tr> |
132 <tr> |
136 <tr> |
133 <td><a href="#MicrobitDevice.runScript">runScript</a></td> |
137 <td><a href="#MicrobitDevice.runScript">runScript</a></td> |
381 <dt>Return Type:</dt> |
385 <dt>Return Type:</dt> |
382 <dd> |
386 <dd> |
383 list of tuple of (str, str) |
387 list of tuple of (str, str) |
384 </dd> |
388 </dd> |
385 </dl> |
389 </dl> |
|
390 <a NAME="MicrobitDevice.hasFlashMenuEntry" ID="MicrobitDevice.hasFlashMenuEntry"></a> |
|
391 <h4>MicrobitDevice.hasFlashMenuEntry</h4> |
|
392 <b>hasFlashMenuEntry</b>(<i></i>) |
|
393 |
|
394 <p> |
|
395 Public method to check, if the device has its own flash menu entry. |
|
396 </p> |
|
397 <dl> |
|
398 <dt>Return:</dt> |
|
399 <dd> |
|
400 flag indicating a specific flash menu entry |
|
401 </dd> |
|
402 </dl> |
|
403 <dl> |
|
404 <dt>Return Type:</dt> |
|
405 <dd> |
|
406 bool |
|
407 </dd> |
|
408 </dl> |
386 <a NAME="MicrobitDevice.hasTimeCommands" ID="MicrobitDevice.hasTimeCommands"></a> |
409 <a NAME="MicrobitDevice.hasTimeCommands" ID="MicrobitDevice.hasTimeCommands"></a> |
387 <h4>MicrobitDevice.hasTimeCommands</h4> |
410 <h4>MicrobitDevice.hasTimeCommands</h4> |
388 <b>hasTimeCommands</b>(<i></i>) |
411 <b>hasTimeCommands</b>(<i></i>) |
389 |
412 |
390 <p> |
413 <p> |