Embedded Wireless Framework
Data Fields
_ewf_adapter_api_tcp Struct Reference

The TCP API structure. More...

#include <ewf_adapter_api_tcp.h>

Data Fields

ewf_result(* open )(ewf_adapter *adapter_ptr, ewf_socket_tcp *socket_ptr)
 
ewf_result(* close )(ewf_socket_tcp *socket_ptr)
 
ewf_result(* control )(ewf_socket_tcp *socket_ptr, const char *control_str, const uint8_t *buffer_ptr, uint32_t *buffer_length_ptr)
 
ewf_result(* set_tls_configuration )(ewf_socket_tcp *socket_ptr, uint32_t tls_configuration_id)
 
ewf_result(* bind )(ewf_socket_tcp *socket_ptr, uint32_t port)
 
ewf_result(* listen )(ewf_socket_tcp *socket_ptr)
 
ewf_result(* accept )(ewf_socket_tcp *socket_ptr, ewf_socket_tcp *socket_new_ptr)
 
ewf_result(* connect )(ewf_socket_tcp *socket_ptr, const char *server_str, uint32_t port)
 
ewf_result(* shutdown )(ewf_socket_tcp *socket_ptr)
 
ewf_result(* send )(ewf_socket_tcp *socket_ptr, const uint8_t *buffer_ptr, uint32_t buffer_length)
 
ewf_result(* receive )(ewf_socket_tcp *socket_ptr, uint8_t *buffer_ptr, uint32_t *buffer_length, bool wait)
 

Detailed Description

The TCP API structure.


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