ESP-IDF
esp_mqtt5_connection_server_resp_property_t::subscribe_identifiers_available
is only used within ESP-IDF.
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
ESP-IDF
esp_mqtt5_connection_server_resp_property_t::subscribe_identifiers_available
esp_mqtt5_connection_server_resp_property_t::subscribe_identifiers_available field
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.h:58
bool
subscribe_identifiers_available
;
Examples
References
from
examples
Code
Location
Referrer
bool
subscribe_identifiers_available
;
mqtt5_msg.h:58
client
->
mqtt5_config
->
server_resp_property_info
.
subscribe_identifiers_available
=
true
;
mqtt5_client.c:151
esp_mqtt5_create_default_config()
resp_property
->
subscribe_identifiers_available
=
property
[
property_offset
++
]
;
mqtt5_msg.c:674
mqtt5_msg_parse_connack_property()
ESP_LOGD
(
TAG
,
"MQTT5_PROPERTY_SUBSCR_IDENTIFIER_AVAILABLE %d"
,
resp_property
->
subscribe_identifiers_available
)
;
mqtt5_msg.c:675
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::subscribe_identifiers_available
is written by 2 functions and is read by 1 function:
mqtt5_msg_parse_connack_property()
esp_mqtt5_create_default_config()
All items filtered out
esp_mqtt5_connection_server_resp_property_t::subscribe_identifiers_available
mqtt5_msg_parse_connack_property()
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