Fonctions membres publiques | Liste de tous les membres
Référence de la classe Printableabstract

#include <Printable.h>

Graphe d'héritage de Printable:
IPAddress

Fonctions membres publiques

virtual size_t printTo (Print &p) const =0
 

Description détaillée

The Printable class provides a way for new classes to allow themselves to be printed. By deriving from Printable and implementing the printTo method, it will then be possible for users to print out instances of this class by passing them into the usual Print::print and Print::println methods.

Documentation des fonctions membres

◆ printTo()

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

Implémenté dans IPAddress.