{{+bindTo:partials.standard_nacl_article}}

ppb_network_list.h File Reference

{{- dummy div to appease doxygen -}}
Include dependency graph for ppb_network_list.h:

Data Structures

struct  PPB_NetworkList
 The PPB_NetworkList is used to represent a list of network interfaces and their configuration. More...

Defines

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

Typedefs

typedef struct PPB_NetworkList 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 }

Variables

 PP_NetworkList_Type
 PP_NetworkList_State

Detailed Description

This file defines the PPB_NetworkList interface.


Define Documentation

#define PPB_NETWORKLIST_INTERFACE   "PPB_NetworkList;1.0"
{{/partials.standard_nacl_article}}