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

branch
mpy_network
changeset 9871
4a302b8c4d28
parent 9800
25f388536caf
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiApConfigDialog.html	Fri Mar 10 18:09:24 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiApConfigDialog.html	Fri Mar 10 18:10:13 2023 +0100
@@ -63,6 +63,10 @@
 <td>Private method to update the enabled state of the OK button.</td>
 </tr>
 <tr>
+<td><a href="#WifiApConfigDialog.accept">accept</a></td>
+<td>Public slot accepting the dialog.</td>
+</tr>
+<tr>
 <td><a href="#WifiApConfigDialog.getApConfig">getApConfig</a></td>
 <td>Public method to get the entered access point configuration data.</td>
 </tr>
@@ -102,6 +106,13 @@
 <p>
         Private method to update the enabled state of the OK button.
 </p>
+<a NAME="WifiApConfigDialog.accept" ID="WifiApConfigDialog.accept"></a>
+<h4>WifiApConfigDialog.accept</h4>
+<b>accept</b>(<i></i>)
+
+<p>
+        Public slot accepting the dialog.
+</p>
 <a NAME="WifiApConfigDialog.getApConfig" ID="WifiApConfigDialog.getApConfig"></a>
 <h4>WifiApConfigDialog.getApConfig</h4>
 <b>getApConfig</b>(<i></i>)
@@ -113,13 +124,14 @@
 <dt>Return:</dt>
 <dd>
 tuple containing the SSID, the password, the selected security mode
-            and a flag indicating to save the parameters to the settings
+            and a tuple with the IPv4 address, the netmask, the gateway address and
+            the resolver address
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of (str, str, int, bool)
+tuple of (str, str, int, (str, str, str, str))
 </dd>
 </dl>
 <a NAME="WifiApConfigDialog.on_apShowPasswordButton_clicked" ID="WifiApConfigDialog.on_apShowPasswordButton_clicked"></a>

eric ide

mercurial