#include <Printable.h>
|
virtual size_t | printTo (Print &p) const =0 |
| Override this method in derived class, to make it printable. More...
|
|
◆ 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
-
- Returns
- Should to returns count of successfully written bytes (characters).
The documentation for this class was generated from the following file: