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
Code
Location
Scope
Referrer
typedef
struct
{
mqtt5_msg.h:63
}
esp_mqtt5_publish_resp_property_t
;
mqtt5_msg.h:74
esp_mqtt5_publish_resp_property_t
property
=
{
0
}
;
mqtt5_client.c:102
esp_mqtt5_get_publish_data()
char
*
mqtt5_get_publish_property_payload
(
uint8_t
*
buffer
,
size_t
buffer_length
,
char
*
*
msg_topic
,
size_t
*
msg_topic_len
,
esp_mqtt5_publish_resp_property_t
*
resp_property
,
uint16_t
*
property_len
,
size_t
*
payload_len
,
mqtt5_user_property_handle_t
*
user_property
)
mqtt5_msg.c:302
mqtt5_get_publish_property_payload()
mqtt5_get_publish_property_payload()::resp_property
}
esp_mqtt5_publish_resp_property_t
;
mqtt5_msg.h:74
esp_mqtt5_publish_resp_property_t
char
*
mqtt5_get_publish_property_payload
(
uint8_t
*
buffer
,
size_t
buffer_length
,
char
*
*
msg_topic
,
size_t
*
msg_topic_len
,
esp_mqtt5_publish_resp_property_t
*
resp_property
,
uint16_t
*
property_len
,
size_t
*
payload_len
,
mqtt5_user_property_handle_t
*
user_property
)
;
mqtt5_msg.h:122
mqtt5_get_publish_property_payload()
mqtt5_get_publish_property_payload()::resp_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_get_publish_property_payload()::resp_property
mqtt5_get_publish_property_payload()
mqtt5_msg.h:122
mqtt5_get_publish_property_payload()::resp_property
mqtt5_get_publish_property_payload()
mqtt5_msg.c:302
Lifecycle
from
examples
All items filtered out
All items filtered out