|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
#include <zephyr/shell/shell.h>
Data Fields | |
| uint8_t | mandatory |
| Number of mandatory arguments. | |
| uint8_t | optional |
| Number of optional arguments. | |
| uint16_t | remote_cmd: 2 |
| Remote shell command type; non-zero for remote shell. | |
| uint16_t | remote_id: 4 |
| Remote connection id; valid only if remote_cmd is non-zero. | |
| uint8_t shell_static_args::mandatory |
Number of mandatory arguments.
| uint8_t shell_static_args::optional |
Number of optional arguments.
| uint16_t shell_static_args::remote_cmd |
Remote shell command type; non-zero for remote shell.
| uint16_t shell_static_args::remote_id |
Remote connection id; valid only if remote_cmd is non-zero.