ESP-IDF
mqtt_connect_info::will_topic
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
mqtt_connect_info::will_topic
mqtt_connect_info::will_topic field
Syntax
Show:
Summary
Declaration
from
mqtt_msg.h:75
char
*
will_topic
;
Examples
References
from
examples
Code
Location
Referrer
char
*
will_topic
;
mqtt_msg.h:75
if
(
info
->
will_topic
!=
NULL
&&
info
->
will_topic
[
0
]
!=
'\0'
)
{
mqtt5_msg.c:520
mqtt5_msg_connect()
APPEND_CHECK
(
append_property
(
connection
,
0
,
2
,
info
->
will_topic
,
strlen
(
info
->
will_topic
)
)
,
fail_message
(
connection
)
)
;
mqtt5_msg.c:550
mqtt5_msg_connect()
ESP_MEM_CHECK
(
TAG
,
esp_mqtt_set_if_config
(
config
->
session
.
last_will
.
topic
,
&
client
->
mqtt_state
.
connection
.
information
.
will_topic
)
,
goto
_mqtt_set_config_failed
)
;
mqtt_client.c:454
esp_mqtt_set_config()
free
(
client
->
mqtt_state
.
connection
.
information
.
will_topic
)
;
mqtt_client.c:646
esp_mqtt_destroy_config()
if
(
info
->
will_topic
!=
NULL
&&
info
->
will_topic
[
0
]
!=
'\0'
)
{
mqtt_msg.c:393
mqtt_msg_connect()
if
(
append_string
(
connection
,
info
->
will_topic
,
strlen
(
info
->
will_topic
)
)
<
0
)
{
mqtt_msg.c:394
mqtt_msg_connect()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mqtt_connect_info::will_topic
is read by 3 functions:
All items filtered out
mqtt_connect_info::will_topic
esp_mqtt_destroy_config()
mqtt_msg_connect()
mqtt5_msg_connect()
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