|
libcoap 4.3.5-develop-13abce9
|
Resolved addresses information. More...
#include <coap_address.h>
Collaboration diagram for coap_addr_info_t:Data Fields | |
| struct coap_addr_info_t * | next |
| Next entry in the chain. | |
| coap_uri_scheme_t | scheme |
| CoAP scheme to use. | |
| coap_proto_t | proto |
| CoAP protocol to use. | |
| coap_address_t | addr |
| The address to connect / bind to. | |
Resolved addresses information.
Definition at line 181 of file coap_address.h.
| coap_address_t coap_addr_info_t::addr |
The address to connect / bind to.
Definition at line 185 of file coap_address.h.
| struct coap_addr_info_t* coap_addr_info_t::next |
Next entry in the chain.
Definition at line 182 of file coap_address.h.
| coap_proto_t coap_addr_info_t::proto |
CoAP protocol to use.
Definition at line 184 of file coap_address.h.
| coap_uri_scheme_t coap_addr_info_t::scheme |
CoAP scheme to use.
Definition at line 183 of file coap_address.h.