ESP-IDF
net_buf_pull_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_pull_be16
net_buf_pull_be16 macro
@def net_buf_pull_be16 Remove and convert 16 bits from the beginning of the buffer. Same idea as with net_buf_pull(), but a helper for operating on 16-bit big endian data.
Syntax
Show:
Summary
Declaration
from
buf.h:1446
#define
net_buf_pull_be16
(
buf
)
net_buf_simple_pull_be16
(
&
(
buf
)
->
b
)
Arguments
Argument
Description
buf
A valid pointer on a buffer.
Return value
16-bit value converted from big endian to host endian.
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