Print wrapper that escapes & < > " ' while forwarding to an underlying Print. Returns the expanded output length (not input bytes consumed).
More...
#include <EscapingPrint.h>
|
| | EscapingPrint (Print &d) |
| |
| size_t | write (uint8_t c) override |
| |
| size_t | write (const uint8_t *buffer, size_t size) override |
| |
Print wrapper that escapes & < > " ' while forwarding to an underlying Print. Returns the expanded output length (not input bytes consumed).
◆ EscapingPrint()
| tiny_dlna::EscapingPrint::EscapingPrint |
( |
Print & |
d | ) |
|
|
inline |
◆ write() [1/2]
| size_t tiny_dlna::EscapingPrint::write |
( |
const uint8_t * |
buffer, |
|
|
size_t |
size |
|
) |
| |
|
inlineoverride |
◆ write() [2/2]
| size_t tiny_dlna::EscapingPrint::write |
( |
uint8_t |
c | ) |
|
|
inlineoverride |
◆ dest
| Print& tiny_dlna::EscapingPrint::dest |
|
protected |
The documentation for this struct was generated from the following file: