src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiController.html

branch
eric7
changeset 10479
856476537696
parent 10022
a95800b414b7
child 11006
a671918232f3
--- a/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiController.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiController.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.MicroPython.WifiDialogs.WifiController</h1>
-
 <p>
 Module implementing the WiFi related functionality.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#WifiController">WifiController</a></td>
 <td>Class implementing the WiFi related functionality.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="WifiController" ID="WifiController"></a>
 <h2>WifiController</h2>
-
 <p>
     Class implementing the WiFi related functionality.
 </p>
+
 <h3>Derived from</h3>
 QObject
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#WifiController.__init__">WifiController</a></td>
 <td>Constructor</td>
@@ -123,19 +120,20 @@
 <td>Public method to create the WiFi submenu.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="WifiController.__init__" ID="WifiController.__init__"></a>
 <h4>WifiController (Constructor)</h4>
 <b>WifiController</b>(<i>microPython, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>microPython</i> (MicroPythonWidgep)</dt>
@@ -150,24 +148,24 @@
 <a NAME="WifiController.__checkInternet" ID="WifiController.__checkInternet"></a>
 <h4>WifiController.__checkInternet</h4>
 <b>__checkInternet</b>(<i></i>)
-
 <p>
         Private slot to check the availability of an internet connection.
 </p>
+
 <a NAME="WifiController.__connectWifi" ID="WifiController.__connectWifi"></a>
 <h4>WifiController.__connectWifi</h4>
 <b>__connectWifi</b>(<i></i>)
-
 <p>
         Private slot to connect the current device to a WiFi network.
 </p>
+
 <a NAME="WifiController.__deactivateInterface" ID="WifiController.__deactivateInterface"></a>
 <h4>WifiController.__deactivateInterface</h4>
 <b>__deactivateInterface</b>(<i>interface</i>)
-
 <p>
         Private method to deactivate a given WiFi interface of the connected device.
 </p>
+
 <dl>
 
 <dt><i>interface</i> (str)</dt>
@@ -179,7 +177,6 @@
 <a NAME="WifiController.__disableWebrepl" ID="WifiController.__disableWebrepl"></a>
 <h4>WifiController.__disableWebrepl</h4>
 <b>__disableWebrepl</b>(<i></i>)
-
 <p>
         Private slot to disable the WebREPL server of the device.
 </p>
@@ -187,27 +184,27 @@
         This will not remove the 'webrepl_cfg.py' file. It will just modify the boot
         script.
 </p>
+
 <a NAME="WifiController.__disconnectWifi" ID="WifiController.__disconnectWifi"></a>
 <h4>WifiController.__disconnectWifi</h4>
 <b>__disconnectWifi</b>(<i></i>)
-
 <p>
         Private slot to disconnect the current device from the WiFi network.
 </p>
+
 <a NAME="WifiController.__enableWebrepl" ID="WifiController.__enableWebrepl"></a>
 <h4>WifiController.__enableWebrepl</h4>
 <b>__enableWebrepl</b>(<i></i>)
-
 <p>
         Private slot to enable the WebREPL server of the device.
 </p>
 <p>
         This will also modify the boot script.
 </p>
+
 <a NAME="WifiController.__removeCredentials" ID="WifiController.__removeCredentials"></a>
 <h4>WifiController.__removeCredentials</h4>
 <b>__removeCredentials</b>(<i></i>)
-
 <p>
         Private slot to remove the saved WiFi credentials from the connected device.
 </p>
@@ -215,42 +212,43 @@
         This will not remove the auto-connect part of the boot script. This needs to be
         done manually if desired.
 </p>
+
 <a NAME="WifiController.__scanNetwork" ID="WifiController.__scanNetwork"></a>
 <h4>WifiController.__scanNetwork</h4>
 <b>__scanNetwork</b>(<i></i>)
-
 <p>
         Private slot to scan for visible WiFi networks.
 </p>
+
 <a NAME="WifiController.__setNetworkTime" ID="WifiController.__setNetworkTime"></a>
 <h4>WifiController.__setNetworkTime</h4>
 <b>__setNetworkTime</b>(<i></i>)
-
 <p>
         Private slot to synchronize the device clock to network time.
 </p>
+
 <a NAME="WifiController.__showConnectedClients" ID="WifiController.__showConnectedClients"></a>
 <h4>WifiController.__showConnectedClients</h4>
 <b>__showConnectedClients</b>(<i></i>)
-
 <p>
         Private slot to show a list of WiFi clients connected to the Access Point
         interface.
 </p>
+
 <a NAME="WifiController.__showWifiStatus" ID="WifiController.__showWifiStatus"></a>
 <h4>WifiController.__showWifiStatus</h4>
 <b>__showWifiStatus</b>(<i></i>)
-
 <p>
         Private slot to show a dialog with the WiFi status of the current device.
 </p>
+
 <a NAME="WifiController.__startAccessPoint" ID="WifiController.__startAccessPoint"></a>
 <h4>WifiController.__startAccessPoint</h4>
 <b>__startAccessPoint</b>(<i>withIP=False</i>)
-
 <p>
         Private slot to start the Access Point interface of the connected device.
 </p>
+
 <dl>
 
 <dt><i>withIP</i> (bool)</dt>
@@ -261,35 +259,35 @@
 <a NAME="WifiController.__startAccessPointIP" ID="WifiController.__startAccessPointIP"></a>
 <h4>WifiController.__startAccessPointIP</h4>
 <b>__startAccessPointIP</b>(<i></i>)
-
 <p>
         Private slot to start the Access Point interface of the connected device
         with given IP parameters.
 </p>
+
 <a NAME="WifiController.__stopAccessPoint" ID="WifiController.__stopAccessPoint"></a>
 <h4>WifiController.__stopAccessPoint</h4>
 <b>__stopAccessPoint</b>(<i></i>)
-
 <p>
         Private slot to stop the Access Point interface of the connected device.
 </p>
+
 <a NAME="WifiController.__writeCredentials" ID="WifiController.__writeCredentials"></a>
 <h4>WifiController.__writeCredentials</h4>
 <b>__writeCredentials</b>(<i></i>)
-
 <p>
         Private slot to save the WiFi login credentials to the connected device.
 </p>
 <p>
         This will also modify the boot script to perform an automatic WiFi connection.
 </p>
+
 <a NAME="WifiController.createMenu" ID="WifiController.createMenu"></a>
 <h4>WifiController.createMenu</h4>
 <b>createMenu</b>(<i>menu</i>)
-
 <p>
         Public method to create the WiFi submenu.
 </p>
+
 <dl>
 
 <dt><i>menu</i> (QMenu)</dt>
@@ -311,4 +309,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial