ESP-IDF
esp_mqtt5_connection_server_resp_property_t::max_qos
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::max_qos
esp_mqtt5_connection_server_resp_property_t::max_qos field
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.h:55
uint8_t
max_qos
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
max_qos
;
mqtt5_msg.h:55
client
->
mqtt5_config
->
server_resp_property_info
.
max_qos
=
2
;
mqtt5_client.c:148
esp_mqtt5_create_default_config()
if
(
client
->
mqtt5_config
->
server_resp_property_info
.
max_qos
<
qos
)
{
mqtt5_client.c:275
esp_mqtt5_client_subscribe_check()
ESP_LOGE
(
TAG
,
"Server only support max QoS level %d"
,
client
->
mqtt5_config
->
server_resp_property_info
.
max_qos
)
;
mqtt5_client.c:276
esp_mqtt5_client_subscribe_check()
if
(
client
->
mqtt5_config
->
server_resp_property_info
.
max_qos
<
qos
)
{
mqtt5_client.c:286
esp_mqtt5_client_publish_check()
ESP_LOGE
(
TAG
,
"Server only support max QoS level %d"
,
client
->
mqtt5_config
->
server_resp_property_info
.
max_qos
)
;
mqtt5_client.c:287
esp_mqtt5_client_publish_check()
resp_property
->
max_qos
=
property
[
property_offset
++
]
;
mqtt5_msg.c:613
mqtt5_msg_parse_connack_property()
ESP_LOGD
(
TAG
,
"MQTT5_PROPERTY_MAXIMUM_QOS %d"
,
resp_property
->
max_qos
)
;
mqtt5_msg.c:614
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::max_qos
is written by 2 functions and is read by 3 functions:
mqtt5_msg_parse_connack_property()
esp_mqtt5_create_default_config()
All items filtered out
esp_mqtt5_connection_server_resp_property_t::max_qos
mqtt5_msg_parse_connack_property()
esp_mqtt5_client_subscribe_check()
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