Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
console_input Struct Reference

Console input representation. More...

#include <console.h>

Data Fields

uint8_t is_mcumgr: 1
 
char line [CONFIG_CONSOLE_INPUT_MAX_LINE_LEN]
 

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: