| 
    libcoap 4.3.5
    
   | 
 
Limits the number of subscribers for each resource that this server support. 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.   | |
| coap_str_const_t * | name | 
| Name of the attribute.   | |
| coap_str_const_t * | value | 
| Value of the attribute (can be NULL)   | |
| int | flags | 
Limits the number of subscribers for each resource that this server support.
Zero means there is no maximum. Abstraction of attribute associated with a resource.
Definition at line 42 of file coap_resource_internal.h.
| int coap_attr_t::flags | 
Definition at line 46 of file coap_resource_internal.h.
| coap_str_const_t* coap_attr_t::name | 
Name of the attribute.
Definition at line 44 of file coap_resource_internal.h.
| struct coap_attr_t* coap_attr_t::next | 
Pointer to next in chain or NULL.
Definition at line 43 of file coap_resource_internal.h.
| coap_str_const_t* coap_attr_t::value | 
Value of the attribute (can be NULL)
Definition at line 45 of file coap_resource_internal.h.