class documentation

class WifiConnectionStatus(ACMEIntEnum):

View In Hierarchy

Wifi Connection Status.

Constant CONNECTED Connected.
Constant DISCONNECTED Disconnected.
Constant FAILED Failed.
Constant IDLE Idle.
Constant LOST Lost.
Constant NO_SSID_AVAILABLE No SSID available.
Constant SCAN_COMPLETED Scan completed.

Inherited from ACMEIntEnum:

Class Method has Check whether the enum type has an entry with either the given int value or string name.
Class Method to Return an enum value by its name.
Method __int__ Get the integer value of an enum.
Method __repr__ Stringify an enum.
Method __str__ Stringify an enum.
CONNECTED: int =

Connected.

Value
0
DISCONNECTED: int =

Disconnected.

Value
1
FAILED: int =

Failed.

Value
5
IDLE: int =

Idle.

Value
2
LOST: int =

Lost.

Value
6
NO_SSID_AVAILABLE: int =

No SSID available.

Value
3
SCAN_COMPLETED: int =

Scan completed.

Value
4