ESP-IDF
esp_mqtt5_publish_resp_property_t::response_topic_len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_len
esp_mqtt5_publish_resp_property_t::response_topic_len field
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.h:68
int
response_topic_len
;
Examples
References
from
examples
Code
Location
Referrer
int
response_topic_len
;
mqtt5_msg.h:68
client
->
event
.
property
->
response_topic_len
=
property
.
response_topic_len
;
mqtt5_client.c:132
esp_mqtt5_get_publish_data()
MQTT5_CONVERT_ONE_BYTE_TO_TWO
(
resp_property
->
response_topic_len
,
property
[
property_offset
++
]
,
property
[
property_offset
++
]
)
mqtt5_msg.c:349
mqtt5_get_publish_property_payload()
property_offset
+=
resp_property
->
response_topic_len
;
mqtt5_msg.c:351
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_len
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_len
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