ESP-IDF
get_variable_len()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
get_variable_len()
get_variable_len() function
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.c:50
static
size_t
get_variable_len
(
uint8_t
*
buffer
,
size_t
offset
,
size_t
buffer_length
,
uint8_t
*
len_bytes
)
;
Arguments
Argument
buffer
offset
buffer_length
len_bytes
Examples
References
from
examples
Code
Location
Referrer
static
size_t
get_variable_len
(
uint8_t
*
buffer
,
size_t
offset
,
size_t
buffer_length
,
uint8_t
*
len_bytes
)
mqtt5_msg.c:50
size_t
totlen
=
get_variable_len
(
buffer
,
offset
,
length
,
&
len_bytes
)
;
mqtt5_msg.c:267
mqtt5_get_id()
size_t
totlen
=
get_variable_len
(
buffer
,
offset
,
buffer_length
,
&
len_bytes
)
;
mqtt5_msg.c:307
mqtt5_get_publish_property_payload()
*
property_len
=
get_variable_len
(
buffer
,
offset
,
buffer_length
,
&
len_bytes
)
;
mqtt5_msg.c:328
mqtt5_get_publish_property_payload()
resp_property
->
subscribe_id
=
get_variable_len
(
property
,
property_offset
,
buffer_length
,
&
len_bytes
)
;
mqtt5_msg.c:361
mqtt5_get_publish_property_payload()
size_t
totlen
=
get_variable_len
(
buffer
,
offset
,
*
length
,
&
len_bytes
)
;
mqtt5_msg.c:416
mqtt5_get_suback_data()
size_t
property_len
=
get_variable_len
(
buffer
,
offset
,
totlen
,
&
len_bytes
)
;
mqtt5_msg.c:425
mqtt5_get_suback_data()
size_t
totlen
=
get_variable_len
(
buffer
,
offset
,
*
length
,
&
len_bytes
)
;
mqtt5_msg.c:444
mqtt5_get_puback_data()
size_t
property_len
=
get_variable_len
(
buffer
,
offset
,
totlen
,
&
len_bytes
)
;
mqtt5_msg.c:454
mqtt5_get_puback_data()
size_t
totlen
=
get_variable_len
(
buffer
,
offset
,
buffer_len
,
&
len_bytes
)
;
mqtt5_msg.c:586
mqtt5_msg_parse_connack_property()
size_t
property_len
=
get_variable_len
(
buffer
,
offset
,
buffer_len
,
&
len_bytes
)
;
mqtt5_msg.c:597
mqtt5_msg_parse_connack_property()
size_t
variable_len
=
get_variable_len
(
buffer
,
offset
,
length
,
&
len_bytes
)
;
mqtt5_msg.c:814
mqtt5_msg_get_reason_code()
size_t
property_len
=
get_variable_len
(
buffer
,
offset
,
length
,
&
len_bytes
)
;
mqtt5_msg.c:837
mqtt5_msg_get_reason_code()
Call Tree
from
examples
get_variable_len()
is called by 6 functions:
mqtt5_get_id()
mqtt5_get_publish_property_payload()
mqtt5_get_suback_data()
mqtt5_get_puback_data()
mqtt5_msg_parse_connack_property()
mqtt5_msg_get_reason_code()
All items filtered out
get_variable_len()
All items filtered out
Data Use
from
examples
get_variable_len()
:
All items filtered out
get_variable_len()
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