ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_mqtt5_publish_property_config_t::response_topic
from the following samples and libraries:
mqtt5 sample
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_property_config_t::response_topic
esp_mqtt5_publish_property_config_t::response_topic field
Topic name for a response message
Syntax
Show:
Summary
Declaration
from
mqtt5_client.h:97
const
char
*
response_topic
;
Examples
esp_mqtt5_publish_property_config_t::response_topic
is referenced by 1 libraries and example projects:
mqtt5 sample
References
from
0/1
examples
Code
Location
Referrer
const
char
*
response_topic
;
/*!< Topic name for a response message */
mqtt5_client.h:97
if
(
property
->
response_topic
)
{
mqtt5_msg.c:759
mqtt5_msg_publish()
uint16_t
response_topic_size
=
strlen
(
property
->
response_topic
)
+
strlen
(
resp_info
)
+
1
;
mqtt5_msg.c:761
mqtt5_msg_publish()
snprintf
(
response_topic
,
response_topic_size
,
"%s/%s"
,
property
->
response_topic
,
resp_info
)
;
mqtt5_msg.c:767
mqtt5_msg_publish()
APPEND_CHECK
(
append_property
(
connection
,
MQTT5_PROPERTY_RESPONSE_TOPIC
,
2
,
property
->
response_topic
,
strlen
(
property
->
response_topic
)
)
,
fail_message
(
connection
)
)
;
mqtt5_msg.c:775
mqtt5_msg_publish()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
esp_mqtt5_publish_property_config_t::response_topic
is read by 1 function:
All items filtered out
esp_mqtt5_publish_property_config_t::response_topic
mqtt5_msg_publish()
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