ESP-IDF
esp_mqtt5_connection_server_resp_property_t::response_info
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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_mqtt5_connection_server_resp_property_t::response_info
esp_mqtt5_connection_server_resp_property_t::response_info field
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.h:60
char
*
response_info
;
Examples
References
from
examples
Code
Location
Referrer
char
*
response_info
;
mqtt5_msg.h:60
free
(
client
->
mqtt5_config
->
server_resp_property_info
.
response_info
)
;
mqtt5_client.c:313
esp_mqtt5_client_destory()
if
(
resp_property
->
response_info
)
{
mqtt5_msg.c:686
mqtt5_msg_parse_connack_property()
free
(
resp_property
->
response_info
)
;
mqtt5_msg.c:687
mqtt5_msg_parse_connack_property()
resp_property
->
response_info
=
calloc
(
1
,
len
+
1
)
;
mqtt5_msg.c:690
mqtt5_msg_parse_connack_property()
if
(
!
resp_property
->
response_info
)
{
mqtt5_msg.c:691
mqtt5_msg_parse_connack_property()
memcpy
(
resp_property
->
response_info
,
&
property
[
property_offset
]
,
len
)
;
mqtt5_msg.c:695
mqtt5_msg_parse_connack_property()
resp_property
->
response_info
[
len
]
=
'\0'
;
mqtt5_msg.c:696
mqtt5_msg_parse_connack_property()
ESP_LOGD
(
TAG
,
"MQTT5_PROPERTY_RESP_INFO %s"
,
resp_property
->
response_info
)
;
mqtt5_msg.c:698
mqtt5_msg_parse_connack_property()
&
pending_msg_id
,
client
->
mqtt5_config
->
publish_property_info
,
client
->
mqtt5_config
->
server_resp_property_info
.
response_info
)
;
mqtt_client.c:2018
make_publish()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_mqtt5_connection_server_resp_property_t::response_info
is written by 1 function and is read by 3 functions:
mqtt5_msg_parse_connack_property()
All items filtered out
esp_mqtt5_connection_server_resp_property_t::response_info
make_publish()
mqtt5_msg_parse_connack_property()
esp_mqtt5_client_destory()
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