libcoap
4.2.0
|
#include <resource.h>
Data Fields | |
struct coap_attr_t * | next |
coap_str_const_t * | name |
coap_str_const_t * | value |
int | flags |
Definition at line 47 of file resource.h.
int coap_attr_t::flags |
Definition at line 51 of file resource.h.
coap_str_const_t* coap_attr_t::name |
Definition at line 49 of file resource.h.
struct coap_attr_t* coap_attr_t::next |
Definition at line 48 of file resource.h.
coap_str_const_t* coap_attr_t::value |
Definition at line 50 of file resource.h.