Table of Contents

Description

Provides the session connectivity state.

Fields

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;