src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html

branch
eric7
changeset 9765
6378da868bb0
parent 9756
9854647c8c5c
child 9799
a79430a8811d
equal deleted inserted replaced
9764:57496966803c 9765:6378da868bb0
114 <tr> 114 <tr>
115 <td><a href="#EspDevice.__showMACAddress">__showMACAddress</a></td> 115 <td><a href="#EspDevice.__showMACAddress">__showMACAddress</a></td>
116 <td>Private slot to show the MAC address of the ESP chip.</td> 116 <td>Private slot to show the MAC address of the ESP chip.</td>
117 </tr> 117 </tr>
118 <tr> 118 <tr>
119 <td><a href="#EspDevice._getSetTimeCode">_getSetTimeCode</a></td>
120 <td>Protected method to get the device code to set the time.</td>
121 </tr>
122 <tr>
119 <td><a href="#EspDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td> 123 <td><a href="#EspDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td>
120 <td>Public method to add device specific entries to the given menu.</td> 124 <td>Public method to add device specific entries to the given menu.</td>
121 </tr> 125 </tr>
122 <tr> 126 <tr>
123 <td><a href="#EspDevice.canRunScript">canRunScript</a></td> 127 <td><a href="#EspDevice.canRunScript">canRunScript</a></td>
289 <b>__showMACAddress</b>(<i></i>) 293 <b>__showMACAddress</b>(<i></i>)
290 294
291 <p> 295 <p>
292 Private slot to show the MAC address of the ESP chip. 296 Private slot to show the MAC address of the ESP chip.
293 </p> 297 </p>
298 <a NAME="EspDevice._getSetTimeCode" ID="EspDevice._getSetTimeCode"></a>
299 <h4>EspDevice._getSetTimeCode</h4>
300 <b>_getSetTimeCode</b>(<i></i>)
301
302 <p>
303 Protected method to get the device code to set the time.
304 </p>
305 <p>
306 Note: This method must be implemented in the various device specific
307 subclasses.
308 </p>
309 <dl>
310 <dt>Return:</dt>
311 <dd>
312 code to be executed on the connected device to set the time
313 </dd>
314 </dl>
315 <dl>
316 <dt>Return Type:</dt>
317 <dd>
318 str
319 </dd>
320 </dl>
294 <a NAME="EspDevice.addDeviceMenuEntries" ID="EspDevice.addDeviceMenuEntries"></a> 321 <a NAME="EspDevice.addDeviceMenuEntries" ID="EspDevice.addDeviceMenuEntries"></a>
295 <h4>EspDevice.addDeviceMenuEntries</h4> 322 <h4>EspDevice.addDeviceMenuEntries</h4>
296 <b>addDeviceMenuEntries</b>(<i>menu</i>) 323 <b>addDeviceMenuEntries</b>(<i>menu</i>)
297 324
298 <p> 325 <p>

eric ide

mercurial