ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_mqtt_event_t::property
from the following samples and libraries:
mqtt5 sample
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_mqtt_event_t::property
esp_mqtt_event_t::property field
MQTT 5 property associated with this event
Syntax
Show:
Summary
Declaration
from
mqtt_client.h:210
esp_mqtt5_event_property_t
*
property
;
Examples
esp_mqtt_event_t::property
is referenced by 1 libraries and example projects:
mqtt5 sample
References
from
0/1
examples
Code
Location
Referrer
esp_mqtt5_event_property_t
*
property
;
/*!< MQTT 5 property associated with this event */
mqtt_client.h:210
client
->
event
.
data
=
mqtt5_get_pubcomp_data
(
client
->
mqtt_state
.
in_buffer
,
&
msg_data_len
,
&
client
->
event
.
property
->
user_property
)
;
mqtt5_client.c:41
esp_mqtt5_parse_pubcomp()
client
->
event
.
data
=
mqtt5_get_puback_data
(
client
->
mqtt_state
.
in_buffer
,
&
msg_data_len
,
&
client
->
event
.
property
->
user_property
)
;
mqtt5_client.c:53
esp_mqtt5_parse_puback()
client
->
event
.
data
=
mqtt5_get_unsuback_data
(
client
->
mqtt_state
.
in_buffer
,
&
msg_data_len
,
&
client
->
event
.
property
->
user_property
)
;
mqtt5_client.c:65
esp_mqtt5_parse_unsuback()
connection
.
information
,
&
client
->
mqtt5_config
->
connect_property_info
,
&
client
->
mqtt5_config
->
server_resp_property_info
,
connect_rsp_code
,
&
ack_flag
,
&
client
->
event
.
property
->
user_property
)
!=
ESP_OK
)
{
mqtt5_client.c:85
esp_mqtt5_parse_connack()
*
msg_data
=
mqtt5_get_publish_property_payload
(
msg_buf
,
msg_read_len
,
msg_topic
,
msg_topic_len
,
&
property
,
&
property_len
,
msg_data_len
,
&
client
->
event
.
property
->
user_property
)
;
mqtt5_client.c:103
esp_mqtt5_get_publish_data()
client
->
event
.
property
->
payload_format_indicator
=
property
.
payload_format_indicator
;
mqtt5_client.c:130
esp_mqtt5_get_publish_data()
client
->
event
.
property
->
response_topic
=
property
.
response_topic
;
mqtt5_client.c:131
esp_mqtt5_get_publish_data()
client
->
event
.
property
->
response_topic_len
=
property
.
response_topic_len
;
mqtt5_client.c:132
esp_mqtt5_get_publish_data()
client
->
event
.
property
->
correlation_data
=
property
.
correlation_data
;
mqtt5_client.c:133
esp_mqtt5_get_publish_data()
client
->
event
.
property
->
correlation_data_len
=
property
.
correlation_data_len
;
mqtt5_client.c:134
esp_mqtt5_get_publish_data()
client
->
event
.
property
->
content_type
=
property
.
content_type
;
mqtt5_client.c:135
esp_mqtt5_get_publish_data()
client
->
event
.
property
->
content_type_len
=
property
.
content_type_len
;
mqtt5_client.c:136
esp_mqtt5_get_publish_data()
client
->
event
.
property
->
subscribe_id
=
property
.
subscribe_id
;
mqtt5_client.c:137
esp_mqtt5_get_publish_data()
client
->
event
.
property
=
calloc
(
1
,
sizeof
(
esp_mqtt5_event_property_t
)
)
;
mqtt5_client.c:144
esp_mqtt5_create_default_config()
ESP_MEM_CHECK
(
TAG
,
client
->
event
.
property
,
return
ESP_FAIL
)
mqtt5_client.c:145
esp_mqtt5_create_default_config()
free
(
client
->
event
.
property
)
;
mqtt5_client.c:320
esp_mqtt5_client_destory()
esp_mqtt5_client_delete_user_property
(
client
->
event
.
property
->
user_property
)
;
mqtt_client.c:1047
esp_mqtt_dispatch_event()
client
->
event
.
property
->
user_property
=
NULL
;
mqtt_client.c:1048
esp_mqtt_dispatch_event()
msg_data
=
mqtt5_get_suback_data
(
msg_buf
,
&
msg_data_len
,
&
client
->
event
.
property
->
user_property
)
;
mqtt_client.c:1139
deliver_suback()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
esp_mqtt_event_t::property
is written by 1 function and is read by 9 functions:
esp_mqtt5_create_default_config()
All items filtered out
esp_mqtt_event_t::property
esp_mqtt_dispatch_event()
deliver_suback()
esp_mqtt5_parse_pubcomp()
esp_mqtt5_parse_puback()
esp_mqtt5_parse_unsuback()
esp_mqtt5_parse_connack()
esp_mqtt5_get_publish_data()
esp_mqtt5_create_default_config()
esp_mqtt5_client_destory()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out