libcoap 4.3.5-develop-19cef11
|
#include <coap_layers_internal.h>
Data Fields | |
coap_layer_read_t | l_read |
coap_layer_write_t | l_write |
coap_layer_establish_t | l_establish |
coap_layer_close_t | l_close |
Definition at line 106 of file coap_layers_internal.h.
coap_layer_close_t coap_layer_func_t::l_close |
Definition at line 110 of file coap_layers_internal.h.
coap_layer_establish_t coap_layer_func_t::l_establish |
Definition at line 109 of file coap_layers_internal.h.
coap_layer_read_t coap_layer_func_t::l_read |
Definition at line 107 of file coap_layers_internal.h.
coap_layer_write_t coap_layer_func_t::l_write |
Definition at line 108 of file coap_layers_internal.h.