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

branch
mpy_network
changeset 9840
d41ee69fa69b
parent 9829
cafb132fe3bb
child 9844
2f3d623f7617
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Fri Mar 03 11:31:53 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html	Fri Mar 03 11:34:59 2023 +0100
@@ -361,6 +361,10 @@
 <td>Public method to stop the access point interface.</td>
 </tr>
 <tr>
+<td><a href="#BaseDevice.submitMode">submitMode</a></td>
+<td>Public method to get the submit mode of the device.</td>
+</tr>
+<tr>
 <td><a href="#BaseDevice.supportsLocalFileAccess">supportsLocalFileAccess</a></td>
 <td>Public method to indicate file access via a local directory.</td>
 </tr>
@@ -1778,6 +1782,25 @@
 tuple of (bool, str)
 </dd>
 </dl>
+<a NAME="BaseDevice.submitMode" ID="BaseDevice.submitMode"></a>
+<h4>BaseDevice.submitMode</h4>
+<b>submitMode</b>(<i></i>)
+
+<p>
+        Public method to get the submit mode of the device.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+submit mode
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str (one of 'raw', 'paste')
+</dd>
+</dl>
 <a NAME="BaseDevice.supportsLocalFileAccess" ID="BaseDevice.supportsLocalFileAccess"></a>
 <h4>BaseDevice.supportsLocalFileAccess</h4>
 <b>supportsLocalFileAccess</b>(<i></i>)

eric ide

mercurial