ESP-IDF
esp_mqtt5_publish_resp_property_t::response_topic
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_publish_resp_property_t::response_topic
esp_mqtt5_publish_resp_property_t::response_topic field
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.h:67
char
*
response_topic
;
Examples
References
from
examples
Code
Location
Referrer
char
*
response_topic
;
mqtt5_msg.h:67
client
->
event
.
property
->
response_topic
=
property
.
response_topic
;
mqtt5_client.c:131
esp_mqtt5_get_publish_data()
resp_property
->
response_topic
=
(
char
*
)
(
property
+
property_offset
)
;
mqtt5_msg.c:350
mqtt5_get_publish_property_payload()
ESP_LOGD
(
TAG
,
"MQTT5_PROPERTY_RESPONSE_TOPIC %.*s"
,
resp_property
->
response_topic_len
,
resp_property
->
response_topic
)
;
mqtt5_msg.c:352
mqtt5_get_publish_property_payload()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_mqtt5_publish_resp_property_t::response_topic
is written by 1 function and is read by 2 functions:
mqtt5_get_publish_property_payload()
All items filtered out
esp_mqtt5_publish_resp_property_t::response_topic
mqtt5_get_publish_property_payload()
esp_mqtt5_get_publish_data()
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