|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Execute command. More...
#include <shell_remote_common.h>
Data Fields | |
| uint8_t | id |
| Message ID. | |
| uint8_t | argc |
| Number of arguments. | |
| uint8_t | cmd_lvl |
| Command level. | |
| shell_cmd_handler | handler |
| Command handler. | |
| uint8_t | data [0] |
| Command arguments. | |
Execute command.
| uint8_t shell_remote_msg_exec::argc |
Number of arguments.
| uint8_t shell_remote_msg_exec::cmd_lvl |
Command level.
| uint8_t shell_remote_msg_exec::data[0] |
Command arguments.
| shell_cmd_handler shell_remote_msg_exec::handler |
Command handler.
| uint8_t shell_remote_msg_exec::id |
Message ID.