|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Union of remote shell messages. More...
#include <shell_remote_common.h>
Data Fields | |
| struct shell_remote_msg_generic * | generic |
| Generic message. | |
| struct shell_remote_msg_print * | |
| Print message. | |
| struct shell_remote_msg_cmd * | cmd |
| Command. | |
| struct shell_remote_msg_cmd_get * | cmd_get |
| Get command. | |
| struct shell_remote_msg_exec * | exec |
| Execute command. | |
| struct shell_remote_msg_result * | result |
| Result. | |
Union of remote shell messages.
| struct shell_remote_msg_cmd* shell_remote_msg::cmd |
Command.
| struct shell_remote_msg_cmd_get* shell_remote_msg::cmd_get |
Get command.
| struct shell_remote_msg_exec* shell_remote_msg::exec |
Execute command.
| struct shell_remote_msg_generic* shell_remote_msg::generic |
Generic message.
| struct shell_remote_msg_print* shell_remote_msg::print |
Print message.
| struct shell_remote_msg_result* shell_remote_msg::result |
Result.