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

branch
mpy_network
changeset 9840
d41ee69fa69b
parent 9829
cafb132fe3bb
child 9844
2f3d623f7617
equal deleted inserted replaced
9839:fc60e382b67a 9840:d41ee69fa69b
359 <tr> 359 <tr>
360 <td><a href="#BaseDevice.stopAccessPoint">stopAccessPoint</a></td> 360 <td><a href="#BaseDevice.stopAccessPoint">stopAccessPoint</a></td>
361 <td>Public method to stop the access point interface.</td> 361 <td>Public method to stop the access point interface.</td>
362 </tr> 362 </tr>
363 <tr> 363 <tr>
364 <td><a href="#BaseDevice.submitMode">submitMode</a></td>
365 <td>Public method to get the submit mode of the device.</td>
366 </tr>
367 <tr>
364 <td><a href="#BaseDevice.supportsLocalFileAccess">supportsLocalFileAccess</a></td> 368 <td><a href="#BaseDevice.supportsLocalFileAccess">supportsLocalFileAccess</a></td>
365 <td>Public method to indicate file access via a local directory.</td> 369 <td>Public method to indicate file access via a local directory.</td>
366 </tr> 370 </tr>
367 <tr> 371 <tr>
368 <td><a href="#BaseDevice.syncTime">syncTime</a></td> 372 <td><a href="#BaseDevice.syncTime">syncTime</a></td>
1776 <dt>Return Type:</dt> 1780 <dt>Return Type:</dt>
1777 <dd> 1781 <dd>
1778 tuple of (bool, str) 1782 tuple of (bool, str)
1779 </dd> 1783 </dd>
1780 </dl> 1784 </dl>
1785 <a NAME="BaseDevice.submitMode" ID="BaseDevice.submitMode"></a>
1786 <h4>BaseDevice.submitMode</h4>
1787 <b>submitMode</b>(<i></i>)
1788
1789 <p>
1790 Public method to get the submit mode of the device.
1791 </p>
1792 <dl>
1793 <dt>Return:</dt>
1794 <dd>
1795 submit mode
1796 </dd>
1797 </dl>
1798 <dl>
1799 <dt>Return Type:</dt>
1800 <dd>
1801 str (one of 'raw', 'paste')
1802 </dd>
1803 </dl>
1781 <a NAME="BaseDevice.supportsLocalFileAccess" ID="BaseDevice.supportsLocalFileAccess"></a> 1804 <a NAME="BaseDevice.supportsLocalFileAccess" ID="BaseDevice.supportsLocalFileAccess"></a>
1782 <h4>BaseDevice.supportsLocalFileAccess</h4> 1805 <h4>BaseDevice.supportsLocalFileAccess</h4>
1783 <b>supportsLocalFileAccess</b>(<i></i>) 1806 <b>supportsLocalFileAccess</b>(<i></i>)
1784 1807
1785 <p> 1808 <p>

eric ide

mercurial