OmEspHelpers
|
#include <OmXmlWriter.h>
Public Member Functions | |
virtual bool | put (uint8_t ch) |
emit a single byte, overridden by any implementation | |
virtual bool | done () |
virtual bool | putS (const char *s) |
convenience routine, same as put byte-by-byte. | |
Public Attributes | |
bool | isDone = false |
Interface for streaming byte output. Can be chained together, and used as a destination by OmXmlWriter