AceUtils  0.6.0
Useful Arduino utilties which are too small as separate libraries, but complex enough to be shared among multiple projects, and often have external dependencies to other libraries.
Public Attributes | Static Public Attributes | List of all members
ace_utils::cli::InputLine Struct Reference

Message sent from StreamReaderCoroutine to CommandDispatcher coroutines through Channel<InputLine> channel. More...

#include <InputLine.h>

Public Attributes

uint8_t status
 
char * line
 

Static Public Attributes

static uint8_t const kStatusOk = 0
 
static uint8_t const kStatusOverflow = 1
 

Detailed Description

Message sent from StreamReaderCoroutine to CommandDispatcher coroutines through Channel<InputLine> channel.

Represents a line typed by a user into the Serial port.

Definition at line 36 of file InputLine.h.


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