69 <tr> |
69 <tr> |
70 <td><a href="#CircuitPythonDevice.__cpyVersionResponse">__cpyVersionResponse</a></td> |
70 <td><a href="#CircuitPythonDevice.__cpyVersionResponse">__cpyVersionResponse</a></td> |
71 <td>Private method handling the response of the latest version request.</td> |
71 <td>Private method handling the response of the latest version request.</td> |
72 </tr> |
72 </tr> |
73 <tr> |
73 <tr> |
|
74 <td><a href="#CircuitPythonDevice.__createCPyMenu">__createCPyMenu</a></td> |
|
75 <td>Private method to create the CircuitPython submenu.</td> |
|
76 </tr> |
|
77 <tr> |
74 <td><a href="#CircuitPythonDevice.__deviceVolumeMounted">__deviceVolumeMounted</a></td> |
78 <td><a href="#CircuitPythonDevice.__deviceVolumeMounted">__deviceVolumeMounted</a></td> |
75 <td>Private method to check, if the device volume is mounted.</td> |
79 <td>Private method to check, if the device volume is mounted.</td> |
76 </tr> |
80 </tr> |
77 <tr> |
81 <tr> |
78 <td><a href="#CircuitPythonDevice.__findDeviceDirectories">__findDeviceDirectories</a></td> |
82 <td><a href="#CircuitPythonDevice.__findDeviceDirectories">__findDeviceDirectories</a></td> |
206 <dt><i>reply</i> (QNetworkReply)</dt> |
210 <dt><i>reply</i> (QNetworkReply)</dt> |
207 <dd> |
211 <dd> |
208 reference to the reply object |
212 reference to the reply object |
209 </dd> |
213 </dd> |
210 </dl> |
214 </dl> |
|
215 <a NAME="CircuitPythonDevice.__createCPyMenu" ID="CircuitPythonDevice.__createCPyMenu"></a> |
|
216 <h4>CircuitPythonDevice.__createCPyMenu</h4> |
|
217 <b>__createCPyMenu</b>(<i></i>) |
|
218 |
|
219 <p> |
|
220 Private method to create the CircuitPython submenu. |
|
221 </p> |
211 <a NAME="CircuitPythonDevice.__deviceVolumeMounted" ID="CircuitPythonDevice.__deviceVolumeMounted"></a> |
222 <a NAME="CircuitPythonDevice.__deviceVolumeMounted" ID="CircuitPythonDevice.__deviceVolumeMounted"></a> |
212 <h4>CircuitPythonDevice.__deviceVolumeMounted</h4> |
223 <h4>CircuitPythonDevice.__deviceVolumeMounted</h4> |
213 <b>__deviceVolumeMounted</b>(<i></i>) |
224 <b>__deviceVolumeMounted</b>(<i></i>) |
214 |
225 |
215 <p> |
226 <p> |
578 <div align="right"><a href="#top">Up</a></div> |
589 <div align="right"><a href="#top">Up</a></div> |
579 <hr /> |
590 <hr /> |
580 <hr /> |
591 <hr /> |
581 <a NAME="createDevice" ID="createDevice"></a> |
592 <a NAME="createDevice" ID="createDevice"></a> |
582 <h2>createDevice</h2> |
593 <h2>createDevice</h2> |
583 <b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName</i>) |
594 <b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>) |
584 |
595 |
585 <p> |
596 <p> |
586 Function to instantiate a MicroPython device object. |
597 Function to instantiate a MicroPython device object. |
587 </p> |
598 </p> |
588 <dl> |
599 <dl> |