tinyhttp
Public Member Functions | List of all members
tinyhttp::Stream Class Referenceabstract

We provide the Stream class so that it complies outside of the Arduino Environment. More...

#include <AltStream.h>

Inheritance diagram for tinyhttp::Stream:
tinyhttp::ExtensionStream tinyhttp::SerialDef tinyhttp::ExtensionLoggingStream

Public Member Functions

virtual void flush ()=0
 
virtual void print (const char *str="")=0
 
virtual void println (const char *str="")=0
 
virtual void write (const char *str, int len)=0
 
virtual void write (uint8_t *str, int len)=0
 

Detailed Description

We provide the Stream class so that it complies outside of the Arduino Environment.


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