ESP-IDF
esp_mqtt5_publish_resp_property_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_publish_resp_property_t
esp_mqtt5_publish_resp_property_t struct
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.h:63
typedef
struct
{
bool
payload_format_indicator
;
uint32_t
message_expiry_interval
;
uint16_t
topic_alias
;
char
*
response_topic
;
int
response_topic_len
;
char
*
correlation_data
;
uint16_t
correlation_data_len
;
char
*
content_type
;
int
content_type_len
;
uint16_t
subscribe_id
;
}
esp_mqtt5_publish_resp_property_t
;
Fields
Field
Declared as
esp_mqtt5_publish_resp_property_t::payload_format_indicator
bool
esp_mqtt5_publish_resp_property_t::message_expiry_interval
uint32_t
esp_mqtt5_publish_resp_property_t::topic_alias
uint16_t
esp_mqtt5_publish_resp_property_t::response_topic
char
*
esp_mqtt5_publish_resp_property_t::response_topic_len
int
esp_mqtt5_publish_resp_property_t::correlation_data
char
*
esp_mqtt5_publish_resp_property_t::correlation_data_len
uint16_t
esp_mqtt5_publish_resp_property_t::content_type
char
*
esp_mqtt5_publish_resp_property_t::content_type_len
int
esp_mqtt5_publish_resp_property_t::subscribe_id
uint16_t
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out