|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Response to get command. More...
#include <shell_remote_common.h>
Data Fields | |
| uint8_t | id |
| Message ID. | |
| const union shell_cmd_entry * | subcmd |
| Subcommand. | |
| const struct shell_static_entry * | entry |
| Entry. | |
| shell_cmd_handler | handler |
| Command handler. | |
| struct shell_static_args | args |
| Command parameters. | |
| char | data [0] |
| Data (null-terminated syntax followed by optional help). | |
Response to get command.
| struct shell_static_args shell_remote_msg_cmd::args |
Command parameters.
| char shell_remote_msg_cmd::data[0] |
Data (null-terminated syntax followed by optional help).
| const struct shell_static_entry* shell_remote_msg_cmd::entry |
Entry.
| shell_cmd_handler shell_remote_msg_cmd::handler |
Command handler.
| uint8_t shell_remote_msg_cmd::id |
Message ID.
| const union shell_cmd_entry* shell_remote_msg_cmd::subcmd |
Subcommand.