ESP-IDF
mqtt5_config_storage_t::server_resp_property_info
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
mqtt5_config_storage_t::server_resp_property_info
mqtt5_config_storage_t::server_resp_property_info field
Syntax
Show:
Summary
Declaration
from
mqtt5_client_priv.h:31
esp_mqtt5_connection_server_resp_property_t
server_resp_property_info
;
Examples
References
from
examples
Code
Location
Referrer
esp_mqtt5_connection_server_resp_property_t
server_resp_property_info
;
mqtt5_client_priv.h:31
connection
.
information
,
&
client
->
mqtt5_config
->
connect_property_info
,
&
client
->
mqtt5_config
->
server_resp_property_info
,
connect_rsp_code
,
&
ack_flag
,
&
client
->
event
.
property
->
user_property
)
!=
ESP_OK
)
{
mqtt5_client.c:85
esp_mqtt5_parse_connack()
client
->
mqtt5_config
->
server_resp_property_info
.
max_qos
=
2
;
mqtt5_client.c:148
esp_mqtt5_create_default_config()
client
->
mqtt5_config
->
server_resp_property_info
.
retain_available
=
true
;
mqtt5_client.c:149
esp_mqtt5_create_default_config()
client
->
mqtt5_config
->
server_resp_property_info
.
wildcard_subscribe_available
=
true
;
mqtt5_client.c:150
esp_mqtt5_create_default_config()
client
->
mqtt5_config
->
server_resp_property_info
.
subscribe_identifiers_available
=
true
;
mqtt5_client.c:151
esp_mqtt5_create_default_config()
client
->
mqtt5_config
->
server_resp_property_info
.
shared_subscribe_available
=
true
;
mqtt5_client.c:152
esp_mqtt5_create_default_config()
client
->
mqtt5_config
->
server_resp_property_info
.
receive_maximum
=
65535
;
mqtt5_client.c:153
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()
if
(
!
client
->
mqtt5_config
->
server_resp_property_info
.
retain_available
&&
retain
)
{
mqtt5_client.c:292
esp_mqtt5_client_publish_check()
if
(
client
->
send_publish_packet_count
>
client
->
mqtt5_config
->
server_resp_property_info
.
receive_maximum
)
{
mqtt5_client.c:298
esp_mqtt5_client_publish_check()
ESP_LOGE
(
TAG
,
"Client send more than %d QoS1 and QoS2 PUBLISH packet without no ack"
,
client
->
mqtt5_config
->
server_resp_property_info
.
receive_maximum
)
;
mqtt5_client.c:299
esp_mqtt5_client_publish_check()
free
(
client
->
mqtt5_config
->
server_resp_property_info
.
response_info
)
;
mqtt5_client.c:313
esp_mqtt5_client_destory()
if
(
property
->
topic_alias
>
client
->
mqtt5_config
->
server_resp_property_info
.
topic_alias_maximum
)
{
mqtt5_client.c:426
esp_mqtt5_client_set_publish_property()
ESP_LOGE
(
TAG
,
"Topic alias %d is bigger than server support %d"
,
property
->
topic_alias
,
client
->
mqtt5_config
->
server_resp_property_info
.
topic_alias_maximum
)
;
mqtt5_client.c:427
esp_mqtt5_client_set_publish_property()
if
(
!
client
->
mqtt5_config
->
server_resp_property_info
.
shared_subscribe_available
)
{
mqtt5_client.c:461
esp_mqtt5_client_set_subscribe_property()
if
(
!
client
->
mqtt5_config
->
server_resp_property_info
.
shared_subscribe_available
)
{
mqtt5_client.c:492
esp_mqtt5_client_set_unsubscribe_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
mqtt5_config_storage_t::server_resp_property_info
is read by 8 functions:
All items filtered out
mqtt5_config_storage_t::server_resp_property_info
make_publish()
esp_mqtt5_create_default_config()
esp_mqtt5_client_subscribe_check()
esp_mqtt5_client_publish_check()
esp_mqtt5_client_destory()
esp_mqtt5_client_set_publish_property()
esp_mqtt5_client_set_subscribe_property()
esp_mqtt5_client_set_unsubscribe_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