ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_mqtt5_user_property_item_t::key
from the following samples and libraries:
mqtt5 sample
Symbol previews are coming soon...
Symbols
loading (4/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::key
esp_mqtt5_user_property_item_t::key field
Item key name
Syntax
Show:
Summary
Declaration
from
mqtt5_client.h:154
const
char
*
key
;
Examples
esp_mqtt5_user_property_item_t::key
is referenced by 1 libraries and example projects:
mqtt5 sample
References
from
0/1
examples
Code
Location
Referrer
const
char
*
key
;
/*!< Item key name */
mqtt5_client.h:154
if
(
item
[
i
]
.
key
&&
item
[
i
]
.
value
)
{
mqtt5_client.c:658
esp_mqtt5_client_set_user_property()
size_t
key_len
=
strlen
(
item
[
i
]
.
key
)
;
mqtt5_client.c:661
esp_mqtt5_client_set_user_property()
memcpy
(
user_property_item
->
key
,
item
[
i
]
.
key
,
key_len
)
;
mqtt5_client.c:669
esp_mqtt5_client_set_user_property()
item
[
i
]
.
key
=
key
;
mqtt5_client.c:712
esp_mqtt5_client_get_user_property()
if
(
item
[
j
]
.
key
)
{
mqtt5_client.c:727
esp_mqtt5_client_get_user_property()
free
(
(
char
*
)
item
[
j
]
.
key
)
;
mqtt5_client.c:728
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::key
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::key
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