ESP-IDF
esp_mqtt_client::send_publish_packet_count
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_mqtt_client::send_publish_packet_count
esp_mqtt_client::send_publish_packet_count field
Syntax
Show:
Summary
Declaration
from
mqtt_client_priv.h:123
uint16_t
send_publish_packet_count
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
send_publish_packet_count
;
// This is for MQTT v5.0 flow control
mqtt_client_priv.h:123
client
->
send_publish_packet_count
++
;
mqtt5_client.c:23
esp_mqtt5_increment_packet_counter()
ESP_LOGD
(
TAG
,
"Sent (%d) qos > 0 publish packet without ack"
,
client
->
send_publish_packet_count
)
;
mqtt5_client.c:24
esp_mqtt5_increment_packet_counter()
if
(
client
->
send_publish_packet_count
>
0
)
{
mqtt5_client.c:30
esp_mqtt5_decrement_packet_counter()
client
->
send_publish_packet_count
--
;
mqtt5_client.c:31
esp_mqtt5_decrement_packet_counter()
ESP_LOGD
(
TAG
,
"Receive (%d) qos > 0 publish packet with ack"
,
client
->
send_publish_packet_count
)
;
mqtt5_client.c:32
esp_mqtt5_decrement_packet_counter()
if
(
client
->
send_publish_packet_count
>
client
->
mqtt5_config
->
server_resp_property_info
.
receive_maximum
)
{
mqtt5_client.c:298
esp_mqtt5_client_publish_check()
client
->
send_publish_packet_count
=
0
;
mqtt_client.c:781
esp_mqtt_connect()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_mqtt_client::send_publish_packet_count
is written by 3 functions and is read by 3 functions:
esp_mqtt_connect()
esp_mqtt5_increment_packet_counter()
esp_mqtt5_decrement_packet_counter()
All items filtered out
esp_mqtt_client::send_publish_packet_count
esp_mqtt5_increment_packet_counter()
esp_mqtt5_decrement_packet_counter()
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