TinyRobotics
Loading...
Searching...
No Matches
Public Member Functions | List of all members
NullPrintClass Class Reference

NullPrint is a Print subclass that discards all output. Useful for disabling output in code that expects a Print interface. More...

#include <NullPrint.h>

Inheritance diagram for NullPrintClass:
Inheritance graph
[legend]
Collaboration diagram for NullPrintClass:
Collaboration graph
[legend]

Public Member Functions

size_t write (uint8_t) override
 
size_t write (uint8_t *buf, size_t, size_t len)
 
size_t write (const uint8_t *buf, size_t len)
 

Detailed Description

NullPrint is a Print subclass that discards all output. Useful for disabling output in code that expects a Print interface.


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