ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_mqtt5_publish_property_config_t::message_expiry_interval
from the following samples and libraries:
mqtt5 sample
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_property_config_t::message_expiry_interval
esp_mqtt5_publish_property_config_t::message_expiry_interval field
The time interval that message expiry
Syntax
Show:
Summary
Declaration
from
mqtt5_client.h:95
uint32_t
message_expiry_interval
;
Examples
esp_mqtt5_publish_property_config_t::message_expiry_interval
is referenced by 1 libraries and example projects:
mqtt5 sample
References
from
0/1
examples
Code
Location
Referrer
uint32_t
message_expiry_interval
;
/*!< The time interval that message expiry */
mqtt5_client.h:95
if
(
property
->
message_expiry_interval
)
{
mqtt5_msg.c:753
mqtt5_msg_publish()
APPEND_CHECK
(
append_property
(
connection
,
MQTT5_PROPERTY_MESSAGE_EXPIRY_INTERVAL
,
4
,
NULL
,
property
->
message_expiry_interval
)
,
fail_message
(
connection
)
)
;
mqtt5_msg.c:754
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::message_expiry_interval
is read by 1 function:
All items filtered out
esp_mqtt5_publish_property_config_t::message_expiry_interval
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