ESP-IDF
net_buf_add_be32
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
net_buf_add_be32
net_buf_add_be32 macro
@def net_buf_add_be32 Add 32-bit value at the end of the buffer Adds 32-bit value in big endian format at the end of buffer. Increments the data length of a buffer to account for more data at the end.
Syntax
Show:
Summary
Declaration
from
buf.h:1182
#define
net_buf_add_be32
(
buf
,
val
)
net_buf_simple_add_be32
(
&
(
buf
)
->
b
,
val
)
Arguments
Argument
Description
buf
Buffer to update.
val
32-bit value to be added.
Examples
References
from
examples
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