Enumeration NetworkEvent
Enumerator | Value | Description |
---|---|---|
UNSPECIFIED_NETWORK_EVENT | 0 | Unspecified network event |
WIFI_CONNECTED | 1 | Wi-Fi connected |
WIFI_DISCONNECTED | 2 | Wi-Fi Disconnected |
WIFI_SCAN_STARTED | 3 | Wi-Fi scan was initiated |
WIFI_SCAN_RESULTS | 4 | Wi-Fi scan results are available |
WIFI_SCAN_FAILED | 5 | Wi-Fi scan failed |
WIFI_NOT_FOUND | 6 | Wi-Fi selected network not found |
WIFI_ASSOC_REJECTED | 7 | Wi-Fi AP rejected association |
WIFI_AUTH_WRONG_KEY | 8 | Wi-Fi wrong PSK supplied |
WIFI_AUTH_CONN_FAILED | 9 | Wi-Fi connection failure during auth |
WIFI_AUTH_FAILED | 10 | Wi-Fi authentication failure |
WIFI_ENABLED | 11 | Wi-Fi has been enabled |
WIFI_DISABLED | 12 | Wi-Fi has been disabled |
BLUETOOTH_ENABLED | 13 | Bluetooth has been enabled |
BLUETOOTH_DISABLED | 14 | Bluetooth has been disabled |
Parent topic: Base (Python)