Arduino DLNA Server
Loading...
Searching...
No Matches
Public Member Functions | List of all members
tiny_dlna::NullPrint Class Reference

Class with does not do any output: it can be used to determine the length of the output. More...

#include <NullPrint.h>

Inheritance diagram for tiny_dlna::NullPrint:
Inheritance graph
[legend]

Public Member Functions

size_t write (uint8_t ch) override
 
size_t write (const uint8_t *buffer, size_t size) override
 

Detailed Description

Class with does not do any output: it can be used to determine the length of the output.

Author
Phil Schatzmann

Member Function Documentation

◆ write() [1/2]

size_t tiny_dlna::NullPrint::write ( const uint8_t *  buffer,
size_t  size 
)
inlineoverride

◆ write() [2/2]

size_t tiny_dlna::NullPrint::write ( uint8_t  ch)
inlineoverride

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