ESP-IDF
MQTT5_CONVERT_TWO_BYTE
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
MQTT5_CONVERT_TWO_BYTE
MQTT5_CONVERT_TWO_BYTE macro
Syntax
Show:
Summary
Declaration
from
mqtt5_msg.c:25
#define
MQTT5_CONVERT_TWO_BYTE
(
i
,
a
)
i
=
(
a
>
>
8
)
&
0xff
;
\
i
=
a
&
0xff
;
Arguments
Argument
i
a
Examples
References
from
examples
Code
Location
#define
MQTT5_CONVERT_TWO_BYTE
(
i
,
a
)
i
=
(
a
>
>
8
)
&
0xff
;
\
mqtt5_msg.c:25
MQTT5_CONVERT_TWO_BYTE
(
connection
->
buffer
[
connection
->
outbound_message
.
length
++
]
,
message_id
)
mqtt5_msg.c:137
MQTT5_CONVERT_TWO_BYTE
(
connection
->
buffer
[
connection
->
outbound_message
.
length
++
]
,
info
->
keepalive
)
// Keep-alive
mqtt5_msg.c:477
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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