|
Pepper_31_C_interfaces
|
#include "ppapi/c/pp_bool.h"#include "ppapi/c/pp_completion_callback.h"#include "ppapi/c/pp_instance.h"#include "ppapi/c/pp_macros.h"#include "ppapi/c/pp_stdint.h"#include "ppapi/c/pp_var.h"
Go to the source code of this file.
Classes | |
| struct | PPB_Ext_Socket_Dev_0_2 |
| struct | PPB_Ext_Socket_Dev_0_1 |
Macros | |
| #define | PPB_EXT_SOCKET_DEV_INTERFACE_0_1 "PPB_Ext_Socket(Dev);0.1" |
| #define | PPB_EXT_SOCKET_DEV_INTERFACE_0_2 "PPB_Ext_Socket(Dev);0.2" |
| #define | PPB_EXT_SOCKET_DEV_INTERFACE PPB_EXT_SOCKET_DEV_INTERFACE_0_2 |
Typedefs | |
| typedef struct PP_Var | PP_Ext_Socket_SocketType_Dev |
| typedef struct PP_Var | PP_Ext_Socket_CreateOptions_Dev |
| typedef struct PP_Var | PP_Ext_Socket_CreateInfo_Dev |
| typedef struct PP_Var | PP_Ext_Socket_AcceptInfo_Dev |
| typedef struct PP_Var | PP_Ext_Socket_ReadInfo_Dev |
| typedef struct PP_Var | PP_Ext_Socket_WriteInfo_Dev |
| typedef struct PP_Var | PP_Ext_Socket_RecvFromInfo_Dev |
| typedef struct PP_Var | PP_Ext_Socket_SocketInfo_Dev |
| typedef struct PP_Var | PP_Ext_Socket_NetworkInterface_Dev |
| typedef struct PP_Var | PP_Ext_Socket_NetworkInterface_Dev_Array |
| typedef struct PPB_Ext_Socket_Dev_0_2 | PPB_Ext_Socket_Dev |
This file defines the Pepper equivalent of the chrome.socket extension API.
Definition in file ppb_ext_socket_dev.h.
| #define PPB_EXT_SOCKET_DEV_INTERFACE PPB_EXT_SOCKET_DEV_INTERFACE_0_2 |
Definition at line 22 of file ppb_ext_socket_dev.h.
| #define PPB_EXT_SOCKET_DEV_INTERFACE_0_1 "PPB_Ext_Socket(Dev);0.1" |
Definition at line 20 of file ppb_ext_socket_dev.h.
| #define PPB_EXT_SOCKET_DEV_INTERFACE_0_2 "PPB_Ext_Socket(Dev);0.2" |
Definition at line 21 of file ppb_ext_socket_dev.h.
1.8.6