| 
    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_resource.h"#include "ppapi/c/pp_stdint.h"#include "ppapi/c/pp_var.h"
Go to the source code of this file.
Classes | |
| struct | PPB_TCPSocket_1_1 | 
| struct | PPB_TCPSocket_1_0 | 
Macros | |
| #define | PPB_TCPSOCKET_INTERFACE_1_0 "PPB_TCPSocket;1.0" | 
| #define | PPB_TCPSOCKET_INTERFACE_1_1 "PPB_TCPSocket;1.1" | 
| #define | PPB_TCPSOCKET_INTERFACE PPB_TCPSOCKET_INTERFACE_1_1 | 
Typedefs | |
| typedef struct PPB_TCPSocket_1_1 | PPB_TCPSocket | 
Enumerations | |
| enum | PP_TCPSocket_Option { PP_TCPSOCKET_OPTION_NO_DELAY = 0, PP_TCPSOCKET_OPTION_SEND_BUFFER_SIZE = 1, PP_TCPSOCKET_OPTION_RECV_BUFFER_SIZE = 2 } | 
Functions | |
| PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_TCPSocket_Option, 4) | |
This file defines the PPB_TCPSocket interface. 
Definition in file ppb_tcp_socket.h.
| #define PPB_TCPSOCKET_INTERFACE PPB_TCPSOCKET_INTERFACE_1_1 | 
Definition at line 21 of file ppb_tcp_socket.h.
| #define PPB_TCPSOCKET_INTERFACE_1_0 "PPB_TCPSocket;1.0" | 
Definition at line 19 of file ppb_tcp_socket.h.
| #define PPB_TCPSOCKET_INTERFACE_1_1 "PPB_TCPSocket;1.1" | 
Definition at line 20 of file ppb_tcp_socket.h.
 1.8.6