Pepper_47_C_interfaces
Classes | Macros | Typedefs | Enumerations | Functions
ppb_network_list.h File Reference
#include "ppapi/c/pp_array_output.h"
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_var.h"
Include dependency graph for ppb_network_list.h:

Go to the source code of this file.

Classes

struct  PPB_NetworkList_1_0
 

Macros

#define PPB_NETWORKLIST_INTERFACE_1_0   "PPB_NetworkList;1.0"
 
#define PPB_NETWORKLIST_INTERFACE   PPB_NETWORKLIST_INTERFACE_1_0
 

Typedefs

typedef struct PPB_NetworkList_1_0 PPB_NetworkList
 

Enumerations

enum  PP_NetworkList_Type { PP_NETWORKLIST_TYPE_UNKNOWN = 0, PP_NETWORKLIST_TYPE_ETHERNET = 1, PP_NETWORKLIST_TYPE_WIFI = 2, PP_NETWORKLIST_TYPE_CELLULAR = 3 }
 
enum  PP_NetworkList_State { PP_NETWORKLIST_STATE_DOWN = 0, PP_NETWORKLIST_STATE_UP = 1 }
 

Functions

 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_NetworkList_Type, 4)
 
 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_NetworkList_State, 4)
 

Detailed Description

This file defines the PPB_NetworkList interface.

Definition in file ppb_network_list.h.

Macro Definition Documentation

#define PPB_NETWORKLIST_INTERFACE   PPB_NETWORKLIST_INTERFACE_1_0

Definition at line 19 of file ppb_network_list.h.

#define PPB_NETWORKLIST_INTERFACE_1_0   "PPB_NetworkList;1.0"

Definition at line 18 of file ppb_network_list.h.