Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
net_buf_simple_state Struct Reference

Parsing state of a buffer. More...

#include <buf.h>

Data Fields

uint16_t offset
 
uint16_t len
 

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: