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

Response to get command. More...

#include <shell_remote_common.h>

Data Fields

uint8_t id
 Message ID.
const union shell_cmd_entrysubcmd
 Subcommand.
const struct shell_static_entryentry
 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).

Detailed Description

Response to get command.

Field Documentation

◆ args

struct shell_static_args shell_remote_msg_cmd::args

Command parameters.

◆ data

char shell_remote_msg_cmd::data[0]

Data (null-terminated syntax followed by optional help).

◆ entry

const struct shell_static_entry* shell_remote_msg_cmd::entry

Entry.

◆ handler

shell_cmd_handler shell_remote_msg_cmd::handler

Command handler.

◆ id

uint8_t shell_remote_msg_cmd::id

Message ID.

◆ subcmd

const union shell_cmd_entry* shell_remote_msg_cmd::subcmd

Subcommand.


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