ESP-IDF
esp_mqtt5_connection_property_storage_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_mqtt5_connection_property_storage_t
esp_mqtt5_connection_property_storage_t struct
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.h:76
typedef
struct
{
uint32_t
session_expiry_interval
;
uint32_t
maximum_packet_size
;
uint16_t
receive_maximum
;
uint16_t
topic_alias_maximum
;
bool
request_resp_info
;
bool
request_problem_info
;
mqtt5_user_property_handle_t
user_property
;
}
esp_mqtt5_connection_property_storage_t
;
Fields
Field
Declared as
esp_mqtt5_connection_property_storage_t::session_expiry_interval
uint32_t
esp_mqtt5_connection_property_storage_t::maximum_packet_size
uint32_t
esp_mqtt5_connection_property_storage_t::receive_maximum
uint16_t
esp_mqtt5_connection_property_storage_t::topic_alias_maximum
uint16_t
esp_mqtt5_connection_property_storage_t::request_resp_info
bool
esp_mqtt5_connection_property_storage_t::request_problem_info
bool
esp_mqtt5_connection_property_storage_t::user_property
mqtt5_user_property_handle_t
Related Functions
Found 2 other functions taking a
esp_mqtt5_connection_property_storage_t
argument:
Function
mqtt5_msg_connect()
mqtt5_msg_parse_connack_property()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
mqtt5_msg.h:76
}
esp_mqtt5_connection_property_storage_t
;
mqtt5_msg.h:84
esp_mqtt5_connection_property_storage_t
connect_property_info
;
mqtt5_client_priv.h:29
mqtt5_config_storage_t
mqtt5_config_storage_t::connect_property_info
mqtt_message_t
*
mqtt5_msg_connect
(
mqtt_connection_t
*
connection
,
mqtt_connect_info_t
*
info
,
esp_mqtt5_connection_property_storage_t
*
property
,
esp_mqtt5_connection_will_property_storage_t
*
will_property
)
mqtt5_msg.c:465
mqtt5_msg_connect()
mqtt5_msg_connect()::property
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
mqtt5_msg_parse_connack_property()
mqtt5_msg_parse_connack_property()::connection_property
}
esp_mqtt5_connection_property_storage_t
;
mqtt5_msg.h:84
esp_mqtt5_connection_property_storage_t
mqtt_message_t
*
mqtt5_msg_connect
(
mqtt_connection_t
*
connection
,
mqtt_connect_info_t
*
info
,
esp_mqtt5_connection_property_storage_t
*
property
,
esp_mqtt5_connection_will_property_storage_t
*
will_property
)
;
mqtt5_msg.h:125
mqtt5_msg_connect()
mqtt5_msg_connect()::property
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
mqtt5_msg_parse_connack_property()
mqtt5_msg_parse_connack_property()::connection_property
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
mqtt5_msg_connect()::property
mqtt5_msg_connect()
mqtt5_msg.h:125
mqtt5_msg_parse_connack_property()::connection_property
mqtt5_msg_parse_connack_property()
mqtt5_msg.h:127
mqtt5_config_storage_t::connect_property_info
mqtt5_config_storage_t
mqtt5_client_priv.h:29
mqtt5_msg_connect()::property
mqtt5_msg_connect()
mqtt5_msg.c:465
mqtt5_msg_parse_connack_property()::connection_property
mqtt5_msg_parse_connack_property()
mqtt5_msg.c:580
Lifecycle
from
examples
All items filtered out
All items filtered out