Description

Provides the global network connectivity state.

For more details, use Efl.Net.Control.Manager access points and their property state.

Fields

  • offline - No access point is connected.
  • local - At least one access point is connected and the internet connection hasn't been verified.
  • online - At least one access point is connected and the internet has been verified

Signature

enum Efl.Net.Control.State {
    offline: 0,
    local,
    online
}

C signature

typedef enum {
    EFL_NET_CONTROL_STATE_OFFLINE = 0,
    EFL_NET_CONTROL_STATE_LOCAL,
    EFL_NET_CONTROL_STATE_ONLINE
} Efl_Net_Control_State;