ESP-IDF
esp_mqtt5_connection_server_resp_property_t::receive_maximum
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::receive_maximum
esp_mqtt5_connection_server_resp_property_t::receive_maximum field
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.h:53
uint16_t
receive_maximum
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
receive_maximum
;
mqtt5_msg.h:53
client
->
mqtt5_config
->
server_resp_property_info
.
receive_maximum
=
65535
;
mqtt5_client.c:153
esp_mqtt5_create_default_config()
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()
MQTT5_CONVERT_ONE_BYTE_TO_TWO
(
resp_property
->
receive_maximum
,
property
[
property_offset
++
]
,
property
[
property_offset
++
]
)
mqtt5_msg.c:609
mqtt5_msg_parse_connack_property()
ESP_LOGD
(
TAG
,
"MQTT5_PROPERTY_RECEIVE_MAXIMUM %d"
,
resp_property
->
receive_maximum
)
;
mqtt5_msg.c:610
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::receive_maximum
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::receive_maximum
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