enum NetworkEvent

November 30, 2022 ยท View on GitHub

Overview / Purpose

Enumeration NetworkEvent

EnumeratorValueDescription
UNSPECIFIED_NETWORK_EVENT0Unspecified network event
WIFI_CONNECTED1Wi-Fi connected
WIFI_DISCONNECTED2Wi-Fi Disconnected
WIFI_SCAN_STARTED3Wi-Fi scan was initiated
WIFI_SCAN_RESULTS4Wi-Fi scan results are available
WIFI_SCAN_FAILED5Wi-Fi scan failed
WIFI_NOT_FOUND6Wi-Fi selected network not found
WIFI_ASSOC_REJECTED7Wi-Fi AP rejected association
WIFI_AUTH_WRONG_KEY8Wi-Fi wrong PSK supplied
WIFI_AUTH_CONN_FAILED9Wi-Fi connection failure during auth
WIFI_AUTH_FAILED10Wi-Fi authentication failure
WIFI_ENABLED11Wi-Fi has been enabled
WIFI_DISABLED12Wi-Fi has been disabled
BLUETOOTH_ENABLED13Bluetooth has been enabled
BLUETOOTH_DISABLED14Bluetooth has been disabled

Parent topic: Base (C++)