Public Member Functions | |
def | __del__ (self) |
def | __init__ (self) |
def | run (self) |
def | update (self) |
Public Attributes | |
wifi_active | |
wifi_device_name | |
wifi_ssid | |
wifi_status | |
Static Public Attributes | |
updated = pyqtSignal() | |
Definition at line 7 of file thread_qt.py.
def thread_qt.WifiThread.__init__ | ( | self | ) |
Definition at line 10 of file thread_qt.py.
def thread_qt.WifiThread.__del__ | ( | self | ) |
Definition at line 17 of file thread_qt.py.
def thread_qt.WifiThread.run | ( | self | ) |
Definition at line 27 of file thread_qt.py.
def thread_qt.WifiThread.update | ( | self | ) |
Definition at line 20 of file thread_qt.py.
|
static |
Definition at line 8 of file thread_qt.py.
thread_qt.WifiThread.wifi_active |
Definition at line 14 of file thread_qt.py.
thread_qt.WifiThread.wifi_device_name |
Definition at line 12 of file thread_qt.py.
thread_qt.WifiThread.wifi_ssid |
Definition at line 15 of file thread_qt.py.
thread_qt.WifiThread.wifi_status |
Definition at line 13 of file thread_qt.py.