libcoap
4.3.0
|
Abstraction of attribute associated with a resource. More...
#include <coap_resource_internal.h>
Data Fields | |
struct coap_attr_t * | next |
Pointer to next in chain or NULL. More... | |
coap_str_const_t * | name |
Name of the attribute. More... | |
coap_str_const_t * | value |
Value of the attribute (can be NULL) More... | |
int | flags |
Abstraction of attribute associated with a resource.
Definition at line 31 of file coap_resource_internal.h.
int coap_attr_t::flags |
Definition at line 35 of file coap_resource_internal.h.
coap_str_const_t* coap_attr_t::name |
Name of the attribute.
Definition at line 33 of file coap_resource_internal.h.
struct coap_attr_t* coap_attr_t::next |
Pointer to next in chain or NULL.
Definition at line 32 of file coap_resource_internal.h.
coap_str_const_t* coap_attr_t::value |
Value of the attribute (can be NULL)
Definition at line 34 of file coap_resource_internal.h.