Auxiliary exchange information. More...
Auxiliary exchange information.
Definition at line 466 of file transport.h.
#include <transport.h>
Data Fields | |
| const unicoap_endpoint_t * | remote |
| The remote CoAP endpoint in this exchange. | |
| const unicoap_endpoint_t * | local |
| The local CoAP endpoint in this exchange. | |
| const unicoap_message_properties_t * | properties |
| Message properties. | |
| const unicoap_endpoint_t* unicoap_aux_t::local |
The local CoAP endpoint in this exchange.
Definition at line 475 of file transport.h.
| const unicoap_message_properties_t* unicoap_aux_t::properties |
Message properties.
Definition at line 480 of file transport.h.
| const unicoap_endpoint_t* unicoap_aux_t::remote |
The remote CoAP endpoint in this exchange.
Definition at line 470 of file transport.h.