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

Structure to store the data for the remote shell command. More...

#include <shell_remote.h>

Data Fields

struct shell_static_entry cmd
 Command entry.
const struct shell_static_entryrem_cmd
 Pointer to the parent remote command.
char tmp_buf [128]
 Temporary buffer for the command syntax and help text.

Detailed Description

Structure to store the data for the remote shell command.

Field Documentation

◆ cmd

struct shell_static_entry shell_remote_cmd::cmd

Command entry.

◆ rem_cmd

const struct shell_static_entry* shell_remote_cmd::rem_cmd

Pointer to the parent remote command.

◆ tmp_buf

char shell_remote_cmd::tmp_buf[128]

Temporary buffer for the command syntax and help text.


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