net_buf_simple_state struct
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.
Syntax
struct net_buf_simple_state
{
uint16_t offset;
uint16_t len;
};
Fields
Offset of the data pointer from the beginning of the storage.