Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
console_input Struct Reference

Console input representation. More...

#include <console.h>

Data Fields

uint8_t is_mcumgr: 1
 Whether this is an mcumgr command.
 
char line [CONFIG_CONSOLE_INPUT_MAX_LINE_LEN]
 Buffer where the input line is recorded.
 

Detailed Description

Console input representation.

This struct is used to represent an input line from a console. Recorded line must be NULL terminated.

Field Documentation

◆ is_mcumgr

uint8_t console_input::is_mcumgr

Whether this is an mcumgr command.

◆ line

char console_input::line[CONFIG_CONSOLE_INPUT_MAX_LINE_LEN]

Buffer where the input line is recorded.


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