ESP-IDF
mqtt5_msg_disconnect()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mqtt5_msg_disconnect()
mqtt5_msg_disconnect() function
Syntax
Show:
Summary
Declaration
Definition
from
mqtt5_msg.h:131
mqtt_message_t
*
mqtt5_msg_disconnect
(
mqtt_connection_t
*
connection
,
esp_mqtt5_disconnect_property_config_t
*
disconnect_property_info
)
;
Implemented in
mqtt5_msg.c:925
Arguments
Argument
connection
disconnect_property_info
Related Functions
Found 32 other functions taking a
mqtt_connection
argument:
Function
fail_message()
append_property()
fail_message()
set_message_header_size()
fini_message()
append_string()
update_property_len_value()
init_message()
fini_message()
append_message_id()
append_message_id()
mqtt_msg_buffer_destroy()
mqtt_msg_buffer_init()
mqtt_msg_connect()
mqtt_msg_publish()
mqtt_msg_puback()
mqtt_msg_pubrec()
mqtt_msg_pubrel()
mqtt_msg_pubcomp()
mqtt_msg_subscribe()
mqtt_msg_unsubscribe()
mqtt_msg_pingreq()
mqtt_msg_disconnect()
mqtt5_msg_connect()
mqtt5_msg_publish()
mqtt5_msg_subscribe()
mqtt5_msg_unsubscribe()
mqtt5_msg_pubcomp()
mqtt5_msg_pubrel()
mqtt5_msg_pubrec()
mqtt5_msg_puback()
mqtt_msg_pingresp()
Examples
References
from
examples
Code
Location
Referrer
mqtt_message_t
*
mqtt5_msg_disconnect
(
mqtt_connection_t
*
connection
,
esp_mqtt5_disconnect_property_config_t
*
disconnect_property_info
)
mqtt5_msg.c:925
mqtt_message_t
*
mqtt5_msg_disconnect
(
mqtt_connection_t
*
connection
,
esp_mqtt5_disconnect_property_config_t
*
disconnect_property_info
)
;
mqtt5_msg.h:131
mqtt5_msg_disconnect
(
&
client
->
mqtt_state
.
connection
,
&
client
->
mqtt5_config
->
disconnect_property_info
)
;
mqtt_client.c:1813
send_disconnect_msg()
Call Tree
from
examples
mqtt5_msg_disconnect()
is called by 1 function and calls 7 functions:
send_disconnect_msg()
All items filtered out
mqtt5_msg_disconnect()
esp_log_timestamp()
esp_log_write()
append_property()
update_property_len_value()
init_message()
fail_message()
fini_message()
All items filtered out
Data Use
from
examples
mqtt5_msg_disconnect()
reads 18 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
esp_mqtt5_disconnect_property_config_t::session_expiry_interval
esp_mqtt5_disconnect_property_config_t::disconnect_reason
esp_mqtt5_disconnect_property_config_t::user_property
mqtt_message_type::MQTT_MSG_TYPE_DISCONNECT
mqtt_message::length
mqtt_properties_type::MQTT5_PROPERTY_SESSION_EXPIRY_INTERVAL
mqtt_connection::outbound_message
mqtt_connection::buffer
mqtt_properties_type::MQTT5_PROPERTY_USER_PROPERTY
mqtt5_user_property::key
mqtt5_user_property::value
mqtt5_user_property::next
TAG
All items filtered out
mqtt5_msg_disconnect()
mqtt_message::length
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