Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shell_static_args Struct Reference

#include <zephyr/shell/shell.h>

Data Fields

uint8_t mandatory
 Number of mandatory arguments.
uint8_t optional
 Number of optional arguments.
uint16_t remote_cmd: 2
 Remote shell command type; non-zero for remote shell.
uint16_t remote_id: 4
 Remote connection id; valid only if remote_cmd is non-zero.

Field Documentation

◆ mandatory

uint8_t shell_static_args::mandatory

Number of mandatory arguments.

◆ optional

uint8_t shell_static_args::optional

Number of optional arguments.

◆ remote_cmd

uint16_t shell_static_args::remote_cmd

Remote shell command type; non-zero for remote shell.

◆ remote_id

uint16_t shell_static_args::remote_id

Remote connection id; valid only if remote_cmd is non-zero.


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