Home
last modified time | relevance | path

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

/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/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
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dresource.h68 typedef struct coap_resource_t { struct
69 unsigned int dirty:1; /**< set to 1 if resource has changed */
70 unsigned int partiallydirty:1; /**< set to 1 if some subscribers have not yet
72 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