ConnectivityState
Description:
[ CCode ( cprefix = "NM_CONNECTIVITY_" , type_id = "nm_connectivity_state_get_type ()" ) ]
public enum ConnectivityState
Content:
Enum values:
- FULL - The host is connected to a
network, and appears to be able to reach the full Internet.
- LIMITED - The host is connected to a
network, does not appear to be able to reach the full Internet, but a captive portal has not been detected.
- NONE - The host is not connected to any
network.
- PORTAL - The Internet connection is
hijacked by a captive portal gateway.
- UNKNOWN - Network connectivity is
unknown.