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

#include <shell_dummy.h>

Data Fields

bool initialized
 
size_t len
 
char buf [CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE]
 

Field Documentation

◆ buf

char shell_dummy::buf[CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE]

output buffer to collect shell output

◆ initialized

bool shell_dummy::initialized

◆ len

size_t shell_dummy::len

current number of bytes in buffer (0 if no output)


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