Pepper_31_C_interfaces
Public Attributes | List of all members
PPB_UDPSocket_Private_0_3 Struct Reference

#include <ppb_udp_socket_private.h>

Collaboration diagram for PPB_UDPSocket_Private_0_3:
Collaboration graph

Public Attributes

PP_Resource(* Create )(PP_Instance instance_id)
 
PP_Bool(* IsUDPSocket )(PP_Resource resource_id)
 
int32_t(* Bind )(PP_Resource udp_socket, const struct PP_NetAddress_Private *addr, struct PP_CompletionCallback callback)
 
PP_Bool(* GetBoundAddress )(PP_Resource udp_socket, struct PP_NetAddress_Private *addr)
 
int32_t(* RecvFrom )(PP_Resource udp_socket, char *buffer, int32_t num_bytes, struct PP_CompletionCallback callback)
 
PP_Bool(* GetRecvFromAddress )(PP_Resource udp_socket, struct PP_NetAddress_Private *addr)
 
int32_t(* SendTo )(PP_Resource udp_socket, const char *buffer, int32_t num_bytes, const struct PP_NetAddress_Private *addr, struct PP_CompletionCallback callback)
 
void(* Close )(PP_Resource udp_socket)
 

Detailed Description

Definition at line 136 of file ppb_udp_socket_private.h.

Member Data Documentation

int32_t(* PPB_UDPSocket_Private_0_3::Bind)(PP_Resource udp_socket, const struct PP_NetAddress_Private *addr, struct PP_CompletionCallback callback)

Definition at line 139 of file ppb_udp_socket_private.h.

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

Definition at line 155 of file ppb_udp_socket_private.h.

PP_Resource(* PPB_UDPSocket_Private_0_3::Create)(PP_Instance instance_id)

Definition at line 137 of file ppb_udp_socket_private.h.

PP_Bool(* PPB_UDPSocket_Private_0_3::GetBoundAddress)(PP_Resource udp_socket, struct PP_NetAddress_Private *addr)

Definition at line 142 of file ppb_udp_socket_private.h.

PP_Bool(* PPB_UDPSocket_Private_0_3::GetRecvFromAddress)(PP_Resource udp_socket, struct PP_NetAddress_Private *addr)

Definition at line 148 of file ppb_udp_socket_private.h.

PP_Bool(* PPB_UDPSocket_Private_0_3::IsUDPSocket)(PP_Resource resource_id)

Definition at line 138 of file ppb_udp_socket_private.h.

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

Definition at line 144 of file ppb_udp_socket_private.h.

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

Definition at line 150 of file ppb_udp_socket_private.h.


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