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 - Deprecated: 1.56: Use
nm_state_disabled instead.
- 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.
- DISABLED - NetworkManager is disabled, either
because the user requested to disable networking or because the system is suspended or resuming from suspend.
- DISCONNECTED - There is no active network
connection.
- DISCONNECTING - Network connections are
being cleaned up.
- UNKNOWN - Networking state is unknown.