ESP-IDF
mqtt5_msg_parse_connack_property()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mqtt5_msg_parse_connack_property()
mqtt5_msg_parse_connack_property() function
Syntax
Show:
Summary
Declaration
Definition
from
mqtt5_msg.h:127
esp_err_t
mqtt5_msg_parse_connack_property
(
uint8_t
*
buffer
,
size_t
buffer_len
,
mqtt_connect_info_t
*
connection_info
,
esp_mqtt5_connection_property_storage_t
*
connection_property
,
esp_mqtt5_connection_server_resp_property_t
*
resp_property
,
int
*
reason_code
,
uint8_t
*
ack_flag
,
mqtt5_user_property_handle_t
*
user_property
)
;
Implemented in
mqtt5_msg.c:580
Arguments
Argument
buffer
buffer_len
connection_info
connection_property
resp_property
reason_code
ack_flag
user_property
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
mqtt5_msg_parse_connack_property
(
uint8_t
*
buffer
,
size_t
buffer_len
,
mqtt_connect_info_t
*
connection_info
,
esp_mqtt5_connection_property_storage_t
*
connection_property
,
esp_mqtt5_connection_server_resp_property_t
*
resp_property
,
int
*
reason_code
,
uint8_t
*
ack_flag
,
mqtt5_user_property_handle_t
*
user_property
)
mqtt5_msg.c:580
esp_err_t
mqtt5_msg_parse_connack_property
(
uint8_t
*
buffer
,
size_t
buffer_len
,
mqtt_connect_info_t
*
connection_info
,
esp_mqtt5_connection_property_storage_t
*
connection_property
,
esp_mqtt5_connection_server_resp_property_t
*
resp_property
,
int
*
reason_code
,
uint8_t
*
ack_flag
,
mqtt5_user_property_handle_t
*
user_property
)
;
mqtt5_msg.h:127
if
(
mqtt5_msg_parse_connack_property
(
client
->
mqtt_state
.
in_buffer
,
len
,
&
client
->
mqtt_state
.
mqtt5_client.c:84
esp_mqtt5_parse_connack()
Call Tree
from
examples
mqtt5_msg_parse_connack_property()
is called by 1 function and calls 7 functions:
esp_mqtt5_parse_connack()
All items filtered out
mqtt5_msg_parse_connack_property()
free()
calloc()
esp_log_timestamp()
esp_log_write()
esp_mqtt5_client_delete_user_property()
mqtt5_msg_set_user_property()
get_variable_len()
All items filtered out
Data Use
from
examples
mqtt5_msg_parse_connack_property()
reads 35 variables and writes 12 variables:
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
mqtt_properties_type::MQTT5_PROPERTY_SESSION_EXPIRY_INTERVAL
mqtt_properties_type::MQTT5_PROPERTY_ASSIGNED_CLIENT_IDENTIFIER
mqtt_properties_type::MQTT5_PROPERTY_SERVER_KEEP_ALIVE
mqtt_properties_type::MQTT5_PROPERTY_AUTHENTICATION_METHOD
mqtt_properties_type::MQTT5_PROPERTY_AUTHENTICATION_DATA
mqtt_properties_type::MQTT5_PROPERTY_RESP_INFO
mqtt_properties_type::MQTT5_PROPERTY_SERVER_REFERENCE
mqtt_properties_type::MQTT5_PROPERTY_REASON_STRING
mqtt_properties_type::MQTT5_PROPERTY_RECEIVE_MAXIMUM
mqtt_properties_type::MQTT5_PROPERTY_TOPIC_ALIAS_MAXIMIM
mqtt_connect_info::client_id
mqtt_connect_info::keepalive
mqtt_properties_type::MQTT5_PROPERTY_MAXIMUM_QOS
mqtt_properties_type::MQTT5_PROPERTY_RETAIN_AVAILABLE
mqtt_properties_type::MQTT5_PROPERTY_USER_PROPERTY
mqtt_properties_type::MQTT5_PROPERTY_MAXIMUM_PACKET_SIZE
mqtt_properties_type::MQTT5_PROPERTY_WILDCARD_SUBSCR_AVAILABLE
mqtt_properties_type::MQTT5_PROPERTY_SUBSCR_IDENTIFIER_AVAILABLE
mqtt_properties_type::MQTT5_PROPERTY_SHARED_SUBSCR_AVAILABLE
esp_mqtt5_connection_server_resp_property_t::maximum_packet_size
esp_mqtt5_connection_server_resp_property_t::receive_maximum
esp_mqtt5_connection_server_resp_property_t::topic_alias_maximum
esp_mqtt5_connection_server_resp_property_t::max_qos
esp_mqtt5_connection_server_resp_property_t::retain_available
esp_mqtt5_connection_server_resp_property_t::wildcard_subscribe_available
esp_mqtt5_connection_server_resp_property_t::subscribe_identifiers_available
esp_mqtt5_connection_server_resp_property_t::shared_subscribe_available
esp_mqtt5_connection_server_resp_property_t::response_info
esp_mqtt5_connection_property_storage_t::session_expiry_interval
TAG
All items filtered out
mqtt5_msg_parse_connack_property()
mqtt_connect_info::client_id
mqtt_connect_info::keepalive
esp_mqtt5_connection_server_resp_property_t::maximum_packet_size
esp_mqtt5_connection_server_resp_property_t::receive_maximum
esp_mqtt5_connection_server_resp_property_t::topic_alias_maximum
esp_mqtt5_connection_server_resp_property_t::max_qos
esp_mqtt5_connection_server_resp_property_t::retain_available
esp_mqtt5_connection_server_resp_property_t::wildcard_subscribe_available
esp_mqtt5_connection_server_resp_property_t::subscribe_identifiers_available
esp_mqtt5_connection_server_resp_property_t::shared_subscribe_available
esp_mqtt5_connection_server_resp_property_t::response_info
esp_mqtt5_connection_property_storage_t::session_expiry_interval
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