mqtt5 sample
publish_property
is only used within mqtt5 sample.
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
mqtt5 sample
publish_property
publish_property variable
Syntax
Show:
Summary
Declaration
from
app_main.c:36
static
esp_mqtt5_publish_property_config_t
publish_property
=
{
.
payload_format_indicator
=
1
,
.
message_expiry_interval
=
1000
,
.
topic_alias
=
0
,
.
response_topic
=
"/topic/test/response"
,
.
correlation_data
=
"123456"
,
.
correlation_data_len
=
6
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_mqtt5_publish_property_config_t
publish_property
=
{
app_main.c:36
esp_mqtt5_client_set_user_property
(
&
publish_property
.
user_property
,
user_property_arr
,
USE_PROPERTY_ARR_SIZE
)
;
app_main.c:112
mqtt5_event_handler()
esp_mqtt5_client_set_publish_property
(
client
,
&
publish_property
)
;
app_main.c:113
mqtt5_event_handler()
esp_mqtt5_client_delete_user_property
(
publish_property
.
user_property
)
;
app_main.c:115
mqtt5_event_handler()
publish_property
.
user_property
=
NULL
;
app_main.c:116
mqtt5_event_handler()
esp_mqtt5_client_set_publish_property
(
client
,
&
publish_property
)
;
app_main.c:147
mqtt5_event_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
publish_property
is read by 1 function:
All items filtered out
publish_property
mqtt5_event_handler()
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