ESP-IDF
esp_mqtt5_connection_server_resp_property_t::retain_available
is only used within ESP-IDF.
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_mqtt5_connection_server_resp_property_t::retain_available
esp_mqtt5_connection_server_resp_property_t::retain_available field
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.h:56
bool
retain_available
;
Examples
References
from
examples
Code
Location
Referrer
bool
retain_available
;
mqtt5_msg.h:56
client
->
mqtt5_config
->
server_resp_property_info
.
retain_available
=
true
;
mqtt5_client.c:149
esp_mqtt5_create_default_config()
if
(
!
client
->
mqtt5_config
->
server_resp_property_info
.
retain_available
&&
retain
)
{
mqtt5_client.c:292
esp_mqtt5_client_publish_check()
resp_property
->
retain_available
=
property
[
property_offset
++
]
;
mqtt5_msg.c:617
mqtt5_msg_parse_connack_property()
ESP_LOGD
(
TAG
,
"MQTT5_PROPERTY_RETAIN_AVAILABLE %d"
,
resp_property
->
retain_available
)
;
mqtt5_msg.c:618
mqtt5_msg_parse_connack_property()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_mqtt5_connection_server_resp_property_t::retain_available
is written by 2 functions and is read by 2 functions:
mqtt5_msg_parse_connack_property()
esp_mqtt5_create_default_config()
All items filtered out
esp_mqtt5_connection_server_resp_property_t::retain_available
mqtt5_msg_parse_connack_property()
esp_mqtt5_client_publish_check()
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