ESP-IDF
esp_mqtt5_connection_will_property_storage_t::user_property
is only used within ESP-IDF.
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_connection_will_property_storage_t::user_property
esp_mqtt5_connection_will_property_storage_t::user_property field
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.h:94
mqtt5_user_property_handle_t
user_property
;
Examples
References
from
examples
Code
Location
Referrer
mqtt5_user_property_handle_t
user_property
;
mqtt5_msg.h:94
esp_mqtt5_client_delete_user_property
(
client
->
mqtt5_config
->
will_property_info
.
user_property
)
;
mqtt5_client.c:316
esp_mqtt5_client_destory()
esp_mqtt5_client_delete_user_property
(
client
->
mqtt5_config
->
will_property_info
.
user_property
)
;
mqtt5_client.c:626
esp_mqtt5_client_set_connect_property()
client
->
mqtt5_config
->
will_property_info
.
user_property
=
calloc
(
1
,
sizeof
(
struct
mqtt5_user_property_list_t
)
)
;
mqtt5_client.c:627
esp_mqtt5_client_set_connect_property()
ESP_MEM_CHECK
(
TAG
,
client
->
mqtt5_config
->
will_property_info
.
user_property
,
goto
_mqtt_set_config_failed
)
;
mqtt5_client.c:628
esp_mqtt5_client_set_connect_property()
STAILQ_INIT
(
client
->
mqtt5_config
->
will_property_info
.
user_property
)
;
mqtt5_client.c:629
esp_mqtt5_client_set_connect_property()
if
(
esp_mqtt5_user_property_copy
(
client
->
mqtt5_config
->
will_property_info
.
user_property
,
connect_property
->
will_user_property
)
!=
ESP_OK
)
{
mqtt5_client.c:630
esp_mqtt5_client_set_connect_property()
if
(
will_property
->
user_property
)
{
mqtt5_msg.c:541
mqtt5_msg_connect()
STAILQ_FOREACH
(
item
,
will_property
->
user_property
,
next
)
{
mqtt5_msg.c:543
mqtt5_msg_connect()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_mqtt5_connection_will_property_storage_t::user_property
is written by 1 function and is read by 3 functions:
esp_mqtt5_client_set_connect_property()
All items filtered out
esp_mqtt5_connection_will_property_storage_t::user_property
mqtt5_msg_connect()
esp_mqtt5_client_destory()
esp_mqtt5_client_set_connect_property()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out