|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Structure to store the data for the remote shell command. More...
#include <shell_remote.h>
Data Fields | |
| struct shell_static_entry | cmd |
| Command entry. | |
| const struct shell_static_entry * | rem_cmd |
| Pointer to the parent remote command. | |
| char | tmp_buf [128] |
| Temporary buffer for the command syntax and help text. | |
Structure to store the data for the remote shell command.
| struct shell_static_entry shell_remote_cmd::cmd |
Command entry.
| const struct shell_static_entry* shell_remote_cmd::rem_cmd |
Pointer to the parent remote command.
| char shell_remote_cmd::tmp_buf[128] |
Temporary buffer for the command syntax and help text.