SDK  23.9.2
For IoT System Software Development
Public Member Functions | List of all members
Printable Class Referenceabstract

#include <Printable.hpp>

Inheritance diagram for Printable:
IPv6Address RadioPacket FLRCFrame IEEE802_15_4Frame LoRa2GHzFrame LoRaMacFrame

Public Member Functions

virtual size_t printTo (Print &p) const =0
 

Detailed Description

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.


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