ESP-IDF
append_message_id()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
append_message_id()
append_message_id() function
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.c:121
static
uint16_t
append_message_id
(
mqtt_connection_t
*
connection
,
uint16_t
message_id
)
;
Arguments
Argument
connection
message_id
Related Functions
Found 32 other functions taking a
mqtt_connection
argument:
Function
fail_message()
append_property()
fail_message()
set_message_header_size()
fini_message()
append_string()
update_property_len_value()
init_message()
fini_message()
append_message_id()
mqtt_msg_buffer_destroy()
mqtt_msg_buffer_init()
mqtt_msg_connect()
mqtt_msg_publish()
mqtt_msg_puback()
mqtt_msg_pubrec()
mqtt_msg_pubrel()
mqtt_msg_pubcomp()
mqtt_msg_subscribe()
mqtt_msg_unsubscribe()
mqtt_msg_pingreq()
mqtt_msg_disconnect()
mqtt5_msg_connect()
mqtt5_msg_publish()
mqtt5_msg_subscribe()
mqtt5_msg_unsubscribe()
mqtt5_msg_disconnect()
mqtt5_msg_pubcomp()
mqtt5_msg_pubrel()
mqtt5_msg_pubrec()
mqtt5_msg_puback()
mqtt_msg_pingresp()
Examples
References
from
examples
Code
Location
Referrer
static
uint16_t
append_message_id
(
mqtt_connection_t
*
connection
,
uint16_t
message_id
)
mqtt5_msg.c:121
if
(
(
*
message_id
=
append_message_id
(
connection
,
0
)
)
==
0
)
{
mqtt5_msg.c:739
mqtt5_msg_publish()
if
(
(
*
message_id
=
append_message_id
(
connection
,
0
)
)
==
0
)
{
mqtt5_msg.c:861
mqtt5_msg_subscribe()
if
(
(
*
message_id
=
append_message_id
(
connection
,
0
)
)
==
0
)
{
mqtt5_msg.c:959
mqtt5_msg_unsubscribe()
if
(
append_message_id
(
connection
,
message_id
)
==
0
)
{
mqtt5_msg.c:1000
mqtt5_msg_puback()
if
(
append_message_id
(
connection
,
message_id
)
==
0
)
{
mqtt5_msg.c:1013
mqtt5_msg_pubrec()
if
(
append_message_id
(
connection
,
message_id
)
==
0
)
{
mqtt5_msg.c:1026
mqtt5_msg_pubrel()
if
(
append_message_id
(
connection
,
message_id
)
==
0
)
{
mqtt5_msg.c:1039
mqtt5_msg_pubcomp()
Call Tree
from
examples
append_message_id()
is called by 7 functions and calls 1 function:
mqtt5_msg_publish()
mqtt5_msg_subscribe()
mqtt5_msg_unsubscribe()
mqtt5_msg_puback()
mqtt5_msg_pubrec()
mqtt5_msg_pubrel()
mqtt5_msg_pubcomp()
All items filtered out
append_message_id()
platform_random()
All items filtered out
Data Use
from
examples
append_message_id()
reads 4 variables and writes 1 variable:
mqtt_message::length
mqtt_connection::outbound_message
mqtt_connection::buffer
mqtt_connection::buffer_length
All items filtered out
append_message_id()
mqtt_message::length
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