Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Parsing state of a buffer. More...
#include <buf.h>
Data Fields | |
uint16_t | offset |
uint16_t | len |
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