ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_mqtt5_user_property_item_t::value
from the following samples and libraries:
mqtt5 sample
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_mqtt5_user_property_item_t::value
esp_mqtt5_user_property_item_t::value field
Item value string
Syntax
Show:
Summary
Declaration
from
mqtt5_client.h:155
const
char
*
value
;
Examples
esp_mqtt5_user_property_item_t::value
is referenced by 1 libraries and example projects:
mqtt5 sample
References
from
0/1
examples
Code
Location
Referrer
const
char
*
value
;
/*!< Item value string */
mqtt5_client.h:155
if
(
item
[
i
]
.
key
&&
item
[
i
]
.
value
)
{
mqtt5_client.c:658
esp_mqtt5_client_set_user_property()
size_t
value_len
=
strlen
(
item
[
i
]
.
value
)
;
mqtt5_client.c:662
esp_mqtt5_client_set_user_property()
memcpy
(
user_property_item
->
value
,
item
[
i
]
.
value
,
value_len
)
;
mqtt5_client.c:678
esp_mqtt5_client_set_user_property()
item
[
i
]
.
value
=
value
;
mqtt5_client.c:713
esp_mqtt5_client_get_user_property()
if
(
item
[
j
]
.
value
)
{
mqtt5_client.c:730
esp_mqtt5_client_get_user_property()
free
(
(
char
*
)
item
[
j
]
.
value
)
;
mqtt5_client.c:731
esp_mqtt5_client_get_user_property()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
esp_mqtt5_user_property_item_t::value
is written by 1 function and is read by 2 functions:
esp_mqtt5_client_get_user_property()
All items filtered out
esp_mqtt5_user_property_item_t::value
esp_mqtt5_client_set_user_property()
esp_mqtt5_client_get_user_property()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out