libcoap 4.3.5-develop-19cef11
|
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 179 of file coap_address.h.
coap_address_t coap_addr_info_t::addr |
The address to connect / bind to.
Definition at line 183 of file coap_address.h.
struct coap_addr_info_t* coap_addr_info_t::next |
Next entry in the chain.
Definition at line 180 of file coap_address.h.
coap_proto_t coap_addr_info_t::proto |
CoAP protocol to use.
Definition at line 182 of file coap_address.h.
coap_uri_scheme_t coap_addr_info_t::scheme |
CoAP scheme to use.
Definition at line 181 of file coap_address.h.