AceRoutine  1.0
A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.
Public Attributes | Static Public Attributes | List of all members
ace_routine::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 uint8_t const kStatusOk = 0
 
static uint8_t const 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 36 of file InputLine.h.


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