Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
PPB_UDPSocket_Private_0_3 Struct Reference

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)
 

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