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

Structure to store the configuration for the remote shell instance. More...

#include <shell_remote.h>

Data Fields

const char * name
 Name of the remote shell instance (command syntax).
const struct deviceipc
 IPC device.
struct ipc_ept_cfg ep_cfg
 IPC endpoint configuration.

Detailed Description

Structure to store the configuration for the remote shell instance.

Field Documentation

◆ ep_cfg

struct ipc_ept_cfg shell_remote::ep_cfg

IPC endpoint configuration.

◆ ipc

const struct device* shell_remote::ipc

IPC device.

◆ name

const char* shell_remote::name

Name of the remote shell instance (command syntax).


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