State
Description:
[ CCode ( cprefix = "NM_STATE_" , type_id = "nm_state_get_type ()" ) ]
public enum State
State values indicate the current overall networking state.
Content:
Enum values:
- ASLEEP - Networking is not enabled, the system is
being suspended or resumed from suspend.
- CONNECTED_GLOBAL - There is global IPv4
and/or IPv6 Internet connectivity This means the Internet connectivity check succeeded, the graphical shell should indicate full
network connectivity.
- CONNECTED_LOCAL - There is only local IPv4
and/or IPv6 connectivity, but no default route to access the Internet.
- CONNECTED_SITE - There is only site-wide
IPv4 and/or IPv6 connectivity.
- CONNECTING - A network connection is being
started The graphical shell should indicate the network is being connected while the applications should still make no attempts to
connect the network.
- DISCONNECTED - There is no active network
connection.
- DISCONNECTING - Network connections are
being cleaned up.
- UNKNOWN - Networking state is unknown.