Home
last modified time | relevance | path

Searched refs:coap_attr_get_value (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/man/
Dcoap_attribute.txt.in16 coap_attr_get_value
29 *coap_str_const_t *coap_attr_get_value(coap_attr_t *_attribute_);*
83 *Function: coap_attr_get_value()*
85 The *coap_attr_get_value*() function returns the _value_ associated with the
96 *coap_attr_get_value*() returns a pointer to the value held within
/third_party/libcoap/include/coap3/
Dcoap_resource.h447 coap_str_const_t *coap_attr_get_value(coap_attr_t *attribute);
/third_party/libcoap/
Dlibcoap-3.map26 coap_attr_get_value;
Dlibcoap-3.sym24 coap_attr_get_value
/third_party/libcoap/src/
Dcoap_resource.c439 coap_attr_get_value(coap_attr_t *attr) { function