| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
#include <shell_dummy.h>
| Data Fields | |
| bool | initialized | 
| size_t | len | 
| current number of bytes in buffer (0 if no output) | |
| char | buf [CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE] | 
| output buffer to collect shell output | |
| char shell_dummy::buf[CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE] | 
output buffer to collect shell output
| bool shell_dummy::initialized | 
| size_t shell_dummy::len | 
current number of bytes in buffer (0 if no output)