ESP-IDF
esp_mqtt5_connection_will_property_storage_t
is only used within ESP-IDF.
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_connection_will_property_storage_t
esp_mqtt5_connection_will_property_storage_t struct
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.h:86
typedef
struct
{
uint32_t
will_delay_interval
;
uint32_t
message_expiry_interval
;
bool
payload_format_indicator
;
char
*
content_type
;
char
*
response_topic
;
char
*
correlation_data
;
uint16_t
correlation_data_len
;
mqtt5_user_property_handle_t
user_property
;
}
esp_mqtt5_connection_will_property_storage_t
;
Fields
Field
Declared as
esp_mqtt5_connection_will_property_storage_t::will_delay_interval
uint32_t
esp_mqtt5_connection_will_property_storage_t::message_expiry_interval
uint32_t
esp_mqtt5_connection_will_property_storage_t::payload_format_indicator
bool
esp_mqtt5_connection_will_property_storage_t::content_type
char
*
esp_mqtt5_connection_will_property_storage_t::response_topic
char
*
esp_mqtt5_connection_will_property_storage_t::correlation_data
char
*
esp_mqtt5_connection_will_property_storage_t::correlation_data_len
uint16_t
esp_mqtt5_connection_will_property_storage_t::user_property
mqtt5_user_property_handle_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
mqtt5_msg.h:86
}
esp_mqtt5_connection_will_property_storage_t
;
mqtt5_msg.h:95
esp_mqtt5_connection_will_property_storage_t
will_property_info
;
mqtt5_client_priv.h:30
mqtt5_config_storage_t
mqtt5_config_storage_t::will_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()::will_property
}
esp_mqtt5_connection_will_property_storage_t
;
mqtt5_msg.h:95
esp_mqtt5_connection_will_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()::will_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()::will_property
mqtt5_msg_connect()
mqtt5_msg.h:125
mqtt5_config_storage_t::will_property_info
mqtt5_config_storage_t
mqtt5_client_priv.h:30
mqtt5_msg_connect()::will_property
mqtt5_msg_connect()
mqtt5_msg.c:465
Lifecycle
from
examples
All items filtered out
All items filtered out