tinyhttp
Loading...
Searching...
No Matches
Public Member Functions | List of all members
tinyhttp::SerialDef Class Reference

We use the SerialDef class to be able to provide Serail, Serial1 and Serial2 outside of the Arduino environment;
More...

#include <AltStream.h>

Inheritance diagram for tinyhttp::SerialDef:
tinyhttp::Stream

Public Member Functions

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

Detailed Description

We use the SerialDef class to be able to provide Serail, Serial1 and Serial2 outside of the Arduino environment;

Member Function Documentation

◆ flush()

virtual void tinyhttp::SerialDef::flush ( )
inlinevirtual

Implements tinyhttp::Stream.

◆ print()

virtual void tinyhttp::SerialDef::print ( const char str)
inlinevirtual

Implements tinyhttp::Stream.

◆ println()

virtual void tinyhttp::SerialDef::println ( const char str = "")
inlinevirtual

Implements tinyhttp::Stream.

◆ write() [1/2]

virtual void tinyhttp::SerialDef::write ( const char str,
int  len 
)
inlinevirtual

Implements tinyhttp::Stream.

◆ write() [2/2]

virtual void tinyhttp::SerialDef::write ( uint8_t str,
int  len 
)
inlinevirtual

Implements tinyhttp::Stream.


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