ESP-IDF
net_buf_add_mem
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_mem
net_buf_add_mem macro
@def net_buf_add_mem Copy bytes from memory to the end of the buffer Copies the given number of bytes to the end of the buffer. Increments the data length of the buffer to account for more data at the end.
Syntax
Show:
Summary
Declaration
from
buf.h:1090
#define
net_buf_add_mem
(
buf
,
mem
,
len
)
net_buf_simple_add_mem
(
&
(
buf
)
->
b
,
mem
,
len
)
Arguments
Argument
Description
buf
Buffer to update.
mem
Location of data to be added.
len
Length of data to be added
Return value
The original tail of the buffer.
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