Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
9800 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.MicroPython.WifiDialogs.WifiApStationsDialog</title> | |
4 | <meta charset="UTF-8"> | |
5 | <link rel="stylesheet" href="styles.css"> | |
6 | </head> | |
7 | <body> | |
8 | <a NAME="top" ID="top"></a> | |
9 | <h1>eric7.MicroPython.WifiDialogs.WifiApStationsDialog</h1> | |
10 | <p> | |
11 | Module implementing a dialog showing the currently connected stations (clients). | |
12 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10428
diff
changeset
|
13 | |
9800 | 14 | <h3>Global Attributes</h3> |
15 | <table> | |
16 | <tr><td>None</td></tr> | |
17 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10428
diff
changeset
|
18 | |
9800 | 19 | <h3>Classes</h3> |
20 | <table> | |
21 | <tr> | |
22 | <td><a href="#WifiApStationsDialog">WifiApStationsDialog</a></td> | |
23 | <td>Class documentation goes here.</td> | |
24 | </tr> | |
25 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10428
diff
changeset
|
26 | |
9800 | 27 | <h3>Functions</h3> |
28 | <table> | |
29 | <tr><td>None</td></tr> | |
30 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10428
diff
changeset
|
31 | |
9800 | 32 | <hr /> |
33 | <hr /> | |
34 | <a NAME="WifiApStationsDialog" ID="WifiApStationsDialog"></a> | |
35 | <h2>WifiApStationsDialog</h2> | |
36 | <p> | |
37 | Class documentation goes here. | |
38 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10428
diff
changeset
|
39 | |
9800 | 40 | <h3>Derived from</h3> |
41 | QDialog, Ui_WifiApStationsDialog | |
42 | <h3>Class Attributes</h3> | |
43 | <table> | |
44 | <tr><td>None</td></tr> | |
45 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10428
diff
changeset
|
46 | |
9800 | 47 | <h3>Class Methods</h3> |
48 | <table> | |
49 | <tr><td>None</td></tr> | |
50 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10428
diff
changeset
|
51 | |
9800 | 52 | <h3>Methods</h3> |
53 | <table> | |
54 | <tr> | |
55 | <td><a href="#WifiApStationsDialog.__init__">WifiApStationsDialog</a></td> | |
56 | <td>Constructor</td> | |
57 | </tr> | |
58 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10428
diff
changeset
|
59 | |
9800 | 60 | <h3>Static Methods</h3> |
61 | <table> | |
62 | <tr><td>None</td></tr> | |
63 | </table> | |
64 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10428
diff
changeset
|
65 | |
9800 | 66 | <a NAME="WifiApStationsDialog.__init__" ID="WifiApStationsDialog.__init__"></a> |
67 | <h4>WifiApStationsDialog (Constructor)</h4> | |
68 | <b>WifiApStationsDialog</b>(<i>stations, parent=None</i>) | |
69 | <p> | |
70 | Constructor | |
71 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10428
diff
changeset
|
72 | |
9800 | 73 | <dl> |
74 | ||
10428
a071d4065202
Converted some source code documentation to the new style.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
75 | <dt><i>stations</i> (tuple of (str, float))</dt> |
9800 | 76 | <dd> |
77 | list of connected stations. Each entry is a tuple containing the | |
78 | station's MAC-Address and the RSSI (if supported and available) | |
79 | </dd> | |
80 | <dt><i>parent</i> (QWidget (optional))</dt> | |
81 | <dd> | |
82 | reference to the parent widget (defaults to None) | |
83 | </dd> | |
84 | </dl> | |
85 | <div align="right"><a href="#top">Up</a></div> | |
86 | <hr /> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10428
diff
changeset
|
87 | </body></html> |