ESP-IDF
esp_mqtt5_connection_will_property_storage_t::response_topic
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::response_topic
esp_mqtt5_connection_will_property_storage_t::response_topic field
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.h:91
char
*
response_topic
;
Examples
References
from
examples
Code
Location
Referrer
char
*
response_topic
;
mqtt5_msg.h:91
free
(
client
->
mqtt5_config
->
will_property_info
.
response_topic
)
;
mqtt5_client.c:311
esp_mqtt5_client_destory()
ESP_MEM_CHECK
(
TAG
,
esp_mqtt_set_if_config
(
connect_property
->
response_topic
,
&
client
->
mqtt5_config
->
will_property_info
.
response_topic
)
,
goto
_mqtt_set_config_failed
)
;
mqtt5_client.c:617
esp_mqtt5_client_set_connect_property()
if
(
will_property
->
response_topic
)
{
mqtt5_msg.c:535
mqtt5_msg_connect()
APPEND_CHECK
(
append_property
(
connection
,
MQTT5_PROPERTY_RESPONSE_TOPIC
,
2
,
will_property
->
response_topic
,
strlen
(
will_property
->
response_topic
)
)
,
fail_message
(
connection
)
)
;
mqtt5_msg.c:536
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::response_topic
is read by 2 functions:
All items filtered out
esp_mqtt5_connection_will_property_storage_t::response_topic
mqtt5_msg_connect()
esp_mqtt5_client_destory()
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