Searched defs:coap_resource_t (Results 1 – 2 of 2) sorted by relevance
42 struct coap_resource_t { struct43 unsigned int dirty:1; /**< set to 1 if resource has changed */44 unsigned int partiallydirty:1; /**< set to 1 if some subscribers have not yet46 unsigned int observable:1; /**< can be observed */47 unsigned int cacheable:1; /**< can be cached */48 unsigned int is_unknown:1; /**< resource created for unknown handler */49 unsigned int is_proxy_uri:1; /**< resource created for proxy URI handler */58 coap_method_handler_t handler[7];60 UT_hash_handle hh;62 coap_attr_t *link_attr; /**< attributes to be included with the link format */[all …]
89 typedef struct coap_resource_t coap_resource_t; typedef