Searched defs:coap_resource_t (Results 1 – 3 of 3) sorted by relevance
53 struct coap_resource_t { struct54 unsigned int dirty:1; /**< set to 1 if resource has changed */55 unsigned int partiallydirty:1; /**< set to 1 if some subscribers have not yet57 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 …]
98 typedef struct coap_resource_t coap_resource_t; typedef
68 typedef struct coap_resource_t { struct69 unsigned int dirty:1; /**< set to 1 if resource has changed */70 unsigned int partiallydirty:1; /**< set to 1 if some subscribers have not yet72 unsigned int observable:1; /**< can be observed */73 unsigned int cacheable:1; /**< can be cached */74 unsigned int is_unknown:1; /**< resource created for unknown handler */83 coap_method_handler_t handler[7];85 UT_hash_handle hh;110 } coap_resource_t; argument