Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_buf_simple_state Struct Reference

Parsing state of a buffer. More...

#include <buf.h>

Data Fields

uint16_t offset
 Offset of the data pointer from the beginning of the storage.
 
uint16_t len
 Length of data.
 

Detailed Description

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.

Field Documentation

◆ len

uint16_t net_buf_simple_state::len

Length of data.

◆ offset

uint16_t net_buf_simple_state::offset

Offset of the data pointer from the beginning of the storage.


The documentation for this struct was generated from the following file: