ESP-IDF
+
0
/1 examples
SourceVu will show references to
last_will_t::msg_len
from the following samples and libraries:
mqtt5 sample
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
last_will_t::msg_len
last_will_t::msg_len field
LWT message length, if msg isn't NULL terminated must have the correct length
Syntax
Show:
Summary
Declaration
from
mqtt_client.h:313
int
msg_len
;
Examples
last_will_t::msg_len
is referenced by 1 libraries and example projects:
mqtt5 sample
References
from
0/1
examples
Code
Location
Referrer
int
msg_len
;
/*!< LWT message length, if msg isn't NULL terminated must have the correct length */
mqtt_client.h:313
if
(
config
->
session
.
last_will
.
msg_len
&&
config
->
session
.
last_will
.
msg
)
{
mqtt_client.c:456
esp_mqtt_set_config()
client
->
mqtt_state
.
connection
.
information
.
will_message
=
malloc
(
config
->
session
.
last_will
.
msg_len
)
;
mqtt_client.c:458
esp_mqtt_set_config()
memcpy
(
client
->
mqtt_state
.
connection
.
information
.
will_message
,
config
->
session
.
last_will
.
msg
,
config
->
session
.
last_will
.
msg_len
)
;
mqtt_client.c:460
esp_mqtt_set_config()
client
->
mqtt_state
.
connection
.
information
.
will_length
=
config
->
session
.
last_will
.
msg_len
;
mqtt_client.c:461
esp_mqtt_set_config()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
last_will_t::msg_len
is read by 1 function:
All items filtered out
last_will_t::msg_len
esp_mqtt_set_config()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out