Embedded Wireless Framework
|
The UDP API type. More...
#include <ewf_adapter_api_udp.h>
Data Fields | |
ewf_result(* | open )(ewf_adapter *adapter_ptr, ewf_socket_udp *socket_ptr) |
ewf_result(* | close )(ewf_socket_udp *socket_ptr) |
ewf_result(* | control )(ewf_socket_udp *socket_ptr, const char *control_str, const uint8_t *buffer_ptr, uint32_t *buffer_length_ptr) |
ewf_result(* | set_dtls_configuration )(ewf_socket_udp *socket_ptr, uint32_t dtls_configuration_id) |
ewf_result(* | bind )(ewf_socket_udp *socket_ptr, uint32_t local_port) |
ewf_result(* | shutdown )(ewf_socket_udp *socket_ptr) |
ewf_result(* | send_to )(ewf_socket_udp *socket_ptr, const char *remote_address_str, uint32_t remote_port, const uint8_t *buffer_ptr, uint32_t buffer_length) |
ewf_result(* | receive_from )(ewf_socket_udp *socket_ptr, char *remote_address, uint32_t *remote_address_length_ptr, uint32_t *remote_port_ptr, uint8_t *buffer_ptr, uint32_t *buffer_length_ptr, bool wait) |
The UDP API type.