Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shell_remote_msg_exec Struct Reference

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.

Detailed Description

Execute command.

Field Documentation

◆ argc

uint8_t shell_remote_msg_exec::argc

Number of arguments.

◆ cmd_lvl

uint8_t shell_remote_msg_exec::cmd_lvl

Command level.

◆ data

uint8_t shell_remote_msg_exec::data[0]

Command arguments.

◆ handler

shell_cmd_handler shell_remote_msg_exec::handler

Command handler.

◆ id

uint8_t shell_remote_msg_exec::id

Message ID.


The documentation for this struct was generated from the following file: