Pepper_47_C_interfaces
Public Attributes | List of all members
PPB_UDPSocket_1_1 Struct Reference

#include <ppb_udp_socket.h>

Collaboration diagram for PPB_UDPSocket_1_1:
Collaboration graph

Public Attributes

PP_Resource(* Create )(PP_Instance instance)
 
PP_Bool(* IsUDPSocket )(PP_Resource resource)
 
int32_t(* Bind )(PP_Resource udp_socket, PP_Resource addr, struct PP_CompletionCallback callback)
 
PP_Resource(* GetBoundAddress )(PP_Resource udp_socket)
 
int32_t(* RecvFrom )(PP_Resource udp_socket, char *buffer, int32_t num_bytes, PP_Resource *addr, struct PP_CompletionCallback callback)
 
int32_t(* SendTo )(PP_Resource udp_socket, const char *buffer, int32_t num_bytes, PP_Resource addr, struct PP_CompletionCallback callback)
 
void(* Close )(PP_Resource udp_socket)
 
int32_t(* SetOption )(PP_Resource udp_socket, PP_UDPSocket_Option name, struct PP_Var value, struct PP_CompletionCallback callback)
 

Detailed Description

Definition at line 298 of file ppb_udp_socket.h.

Member Data Documentation

int32_t(* PPB_UDPSocket_1_1::Bind)(PP_Resource udp_socket, PP_Resource addr, struct PP_CompletionCallback callback)

Definition at line 301 of file ppb_udp_socket.h.

void(* PPB_UDPSocket_1_1::Close)(PP_Resource udp_socket)

Definition at line 315 of file ppb_udp_socket.h.

PP_Resource(* PPB_UDPSocket_1_1::Create)(PP_Instance instance)

Definition at line 299 of file ppb_udp_socket.h.

PP_Resource(* PPB_UDPSocket_1_1::GetBoundAddress)(PP_Resource udp_socket)

Definition at line 304 of file ppb_udp_socket.h.

PP_Bool(* PPB_UDPSocket_1_1::IsUDPSocket)(PP_Resource resource)

Definition at line 300 of file ppb_udp_socket.h.

int32_t(* PPB_UDPSocket_1_1::RecvFrom)(PP_Resource udp_socket, char *buffer, int32_t num_bytes, PP_Resource *addr, struct PP_CompletionCallback callback)

Definition at line 305 of file ppb_udp_socket.h.

int32_t(* PPB_UDPSocket_1_1::SendTo)(PP_Resource udp_socket, const char *buffer, int32_t num_bytes, PP_Resource addr, struct PP_CompletionCallback callback)

Definition at line 310 of file ppb_udp_socket.h.

int32_t(* PPB_UDPSocket_1_1::SetOption)(PP_Resource udp_socket, PP_UDPSocket_Option name, struct PP_Var value, struct PP_CompletionCallback callback)

Definition at line 316 of file ppb_udp_socket.h.


The documentation for this struct was generated from the following file: