Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shell_remote_msg Union Reference

Union of remote shell messages. More...

#include <shell_remote_common.h>

Data Fields

struct shell_remote_msg_genericgeneric
 Generic message.
struct shell_remote_msg_printprint
 Print message.
struct shell_remote_msg_cmdcmd
 Command.
struct shell_remote_msg_cmd_getcmd_get
 Get command.
struct shell_remote_msg_execexec
 Execute command.
struct shell_remote_msg_resultresult
 Result.

Detailed Description

Union of remote shell messages.

Field Documentation

◆ cmd

struct shell_remote_msg_cmd* shell_remote_msg::cmd

Command.

◆ cmd_get

struct shell_remote_msg_cmd_get* shell_remote_msg::cmd_get

Get command.

◆ exec

struct shell_remote_msg_exec* shell_remote_msg::exec

Execute command.

◆ generic

struct shell_remote_msg_generic* shell_remote_msg::generic

Generic message.

◆ print

struct shell_remote_msg_print* shell_remote_msg::print

Print message.

◆ result

struct shell_remote_msg_result* shell_remote_msg::result

Result.


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