Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
shell_websocket_line_buf Struct Reference

Line buffer structure. More...

#include <zephyr/shell/shell_websocket.h>

Data Fields

char buf [CONFIG_SHELL_WEBSOCKET_LINE_BUF_SIZE]
 Line buffer.
uint16_t len
 Current line length.

Detailed Description

Line buffer structure.

Field Documentation

◆ buf

char shell_websocket_line_buf::buf[CONFIG_SHELL_WEBSOCKET_LINE_BUF_SIZE]

Line buffer.

◆ len

uint16_t shell_websocket_line_buf::len

Current line length.


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