Zephyr API 3.6.99
|
Parsing state of a buffer. More...
#include <net_buf.h>
Data Fields | |
uint16_t | offset |
Offset of the data pointer from the beginning of the storage. | |
uint16_t | len |
Length of data. | |
Parsing state of a buffer.
This is used for temporarily storing the parsing state of a buffer while giving control of the parsing to a routine which we don't control.
uint16_t net_buf_simple_state::len |
Length of data.
uint16_t net_buf_simple_state::offset |
Offset of the data pointer from the beginning of the storage.