libcoap 4.3.4
|
Resolved addresses information. More...
#include <coap_address.h>
Data Fields | |
struct coap_addr_info_t * | next |
Next entry in the chain. More... | |
coap_uri_scheme_t | scheme |
CoAP scheme to use. More... | |
coap_proto_t | proto |
CoAP protocol to use. More... | |
coap_address_t | addr |
The address to connect / bind to. More... | |
Resolved addresses information.
Definition at line 140 of file coap_address.h.
coap_address_t coap_addr_info_t::addr |
The address to connect / bind to.
Definition at line 144 of file coap_address.h.
struct coap_addr_info_t* coap_addr_info_t::next |
Next entry in the chain.
Definition at line 141 of file coap_address.h.
coap_proto_t coap_addr_info_t::proto |
CoAP protocol to use.
Definition at line 143 of file coap_address.h.
coap_uri_scheme_t coap_addr_info_t::scheme |
CoAP scheme to use.
Definition at line 142 of file coap_address.h.