| 
    libcoap 4.3.1
    
   | 
 
Abstraction of attribute associated with a resource. More...
#include <coap_resource_internal.h>
 Collaboration diagram for coap_attr_t: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 34 of file coap_resource_internal.h.
| int coap_attr_t::flags | 
Definition at line 38 of file coap_resource_internal.h.
| coap_str_const_t* coap_attr_t::name | 
Name of the attribute.
Definition at line 36 of file coap_resource_internal.h.
| struct coap_attr_t* coap_attr_t::next | 
Pointer to next in chain or NULL.
Definition at line 35 of file coap_resource_internal.h.
| coap_str_const_t* coap_attr_t::value | 
Value of the attribute (can be NULL)
Definition at line 37 of file coap_resource_internal.h.