AceUtils  0.3
Useful Arduino utilties which are too small as separate libraries, but complex enough to have external dependencies to other libraries.
Public Attributes | Static Public Attributes | List of all members
cli::InputLine Struct Reference

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

#include <InputLine.h>

Public Attributes

uint8_t status
 
char * line
 

Static Public Attributes

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

Detailed Description

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

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

Definition at line 35 of file InputLine.h.


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