ESP-IDF
net_buf_pull_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_pull_mem
net_buf_pull_mem macro
@def net_buf_pull_mem Remove data from the beginning of the buffer. Removes data from the beginning of the buffer by modifying the data pointer and buffer length.
Syntax
Show:
Summary
Declaration
from
buf.h:1407
#define
net_buf_pull_mem
(
buf
,
len
)
net_buf_simple_pull_mem
(
&
(
buf
)
->
b
,
len
)
Arguments
Argument
Description
buf
Buffer to update.
len
Number of bytes to remove.
Return value
Pointer to the old beginning of the buffer data.
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