ESP-IDF
net_buf_add_be16
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_be16
net_buf_add_be16 macro
@def net_buf_add_be16 Add 16-bit value at the end of the buffer Adds 16-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:1130
#define
net_buf_add_be16
(
buf
,
val
)
net_buf_simple_add_be16
(
&
(
buf
)
->
b
,
val
)
Arguments
Argument
Description
buf
Buffer to update.
val
16-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