Arduino Core for STM32  1.0
Printable Class Referenceabstract

#include <Printable.h>

Public Member Functions

virtual size_t printTo (Print &p) const =0
 Override this method in derived class, to make it printable. More...
 

Member Function Documentation

◆ printTo()

virtual size_t Printable::printTo ( Print p) const
pure virtual

Override this method in derived class, to make it printable.

You should to call p.print() or p.println() methods inside this method.

Parameters
pPrinting stream.
Returns
Should to returns count of successfully written bytes (characters).

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