ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_mqtt5_publish_property_config_t::correlation_data
from the following samples and libraries:
mqtt5 sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_mqtt5_publish_property_config_t::correlation_data
esp_mqtt5_publish_property_config_t::correlation_data field
Binary data for receiver to match the response message
Syntax
Show:
Summary
Declaration
from
mqtt5_client.h:98
const
char
*
correlation_data
;
Examples
esp_mqtt5_publish_property_config_t::correlation_data
is referenced by 1 libraries and example projects:
mqtt5 sample
References
from
0/1
examples
Code
Location
Referrer
const
char
*
correlation_data
;
/*!< Binary data for receiver to match the response message */
mqtt5_client.h:98
if
(
property
->
correlation_data
&&
property
->
correlation_data_len
)
{
mqtt5_msg.c:778
mqtt5_msg_publish()
APPEND_CHECK
(
append_property
(
connection
,
MQTT5_PROPERTY_CORRELATION_DATA
,
2
,
property
->
correlation_data
,
property
->
correlation_data_len
)
,
fail_message
(
connection
)
)
;
mqtt5_msg.c:779
mqtt5_msg_publish()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
esp_mqtt5_publish_property_config_t::correlation_data
is read by 1 function:
All items filtered out
esp_mqtt5_publish_property_config_t::correlation_data
mqtt5_msg_publish()
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