Home
last modified time | relevance | path

Searched defs:coap_resource_t (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_resource_internal.h53 struct coap_resource_t { struct
54 unsigned int dirty:1; /**< set to 1 if resource has changed */
55 unsigned int partiallydirty:1; /**< set to 1 if some subscribers have not yet
57 unsigned int observable:1; /**< can be observed */
58 unsigned int cacheable:1; /**< can be cached */
59 unsigned int is_unknown:1; /**< resource created for unknown handler */
60 unsigned int is_proxy_uri:1; /**< resource created for proxy URI handler */
69 coap_method_handler_t handler[7];
71 UT_hash_handle hh;
73 coap_attr_t *link_attr; /**< attributes to be included with the link format */
[all …]
Dcoap_forward_decls.h98 typedef struct coap_resource_t coap_resource_t; typedef