W60X_Arduino: Printable Class Reference

Arduino W60X

W60X_Arduino
Printable Class Referenceabstract

Inherited by IPAddress.

Public Member Functions

virtual size_t printTo (Print &p) const =0
 This pure virtual function is used to called by print/println function. More...
 

Member Function Documentation

◆ printTo()

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

This pure virtual function is used to called by print/println function.

Parameters
[in]pSpecify the Print object.
Returns
bool
Note
The length of print successfully.

Implemented in IPAddress.

Generated by   doxygen 1.8.14