ESP-IDF
mqtt_message::fragmented_msg_total_length
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
mqtt_message::fragmented_msg_total_length
mqtt_message::fragmented_msg_total_length field
total len of fragmented messages (zero for all other messages)
Syntax
Show:
Summary
Declaration
from
mqtt_msg.h:67
size_t
fragmented_msg_total_length
;
Examples
References
from
examples
Code
Location
Referrer
size_t
fragmented_msg_total_length
;
/*!< total len of fragmented messages (zero for all other messages) */
mqtt_msg.h:67
if
(
connection
->
outbound_message
.
fragmented_msg_total_length
)
{
mqtt5_msg.c:161
fini_message()
total_length
=
connection
->
outbound_message
.
fragmented_msg_total_length
-
MQTT5_MAX_FIXED_HEADER_SIZE
;
mqtt5_msg.c:162
fini_message()
connection
->
outbound_message
.
fragmented_msg_total_length
=
data_length
+
connection
->
outbound_message
.
fragmented_msg_data_offset
;
mqtt5_msg.c:799
mqtt5_msg_publish()
connection
->
outbound_message
.
fragmented_msg_total_length
=
0
;
mqtt5_msg.c:805
mqtt5_msg_publish()
if
(
client
->
mqtt_state
.
connection
.
outbound_message
.
fragmented_msg_total_length
==
0
)
{
mqtt_client.c:2050
mqtt_client_enqueue_publish()
client
->
mqtt_state
.
connection
.
outbound_message
.
fragmented_msg_total_length
=
0
;
mqtt_client.c:2059
mqtt_client_enqueue_publish()
client
->
mqtt_state
.
connection
.
outbound_message
.
fragmented_msg_total_length
=
0
;
mqtt_client.c:2142
esp_mqtt_client_publish()
client
->
mqtt_state
.
connection
.
outbound_message
.
fragmented_msg_total_length
=
0
;
mqtt_client.c:2175
esp_mqtt_client_publish()
if
(
connection
->
outbound_message
.
fragmented_msg_total_length
)
{
mqtt_msg.c:105
fini_message()
total_length
=
connection
->
outbound_message
.
fragmented_msg_total_length
-
MQTT_MAX_FIXED_HEADER_SIZE
;
mqtt_msg.c:106
fini_message()
connection
->
outbound_message
.
fragmented_msg_total_length
=
data_length
+
connection
->
outbound_message
.
fragmented_msg_data_offset
;
mqtt_msg.c:469
mqtt_msg_publish()
connection
->
outbound_message
.
fragmented_msg_total_length
=
0
;
mqtt_msg.c:473
mqtt_msg_publish()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mqtt_message::fragmented_msg_total_length
is written by 4 functions and is read by 3 functions:
mqtt_client_enqueue_publish()
esp_mqtt_client_publish()
mqtt_msg_publish()
mqtt5_msg_publish()
All items filtered out
mqtt_message::fragmented_msg_total_length
mqtt_client_enqueue_publish()
fini_message()
fini_message()
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