Description

Provides the session connectivity state.

Fields

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

Signature

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

C signature

typedef enum {
    EFL_NET_SESSION_STATE_OFFLINE = 0,
    EFL_NET_SESSION_STATE_LOCAL,
    EFL_NET_SESSION_STATE_ONLINE
} Efl_Net_Session_State;