Arduino DLNA Server
Public Member Functions | List of all members
tiny_dlna::HttpLineReader Class Reference

We read a single line. A terminating 0 is added to the string to make it compliant for c string functions. More...

#include <HttpLineReader.h>

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

Public Member Functions

 HttpLineReader ()
 
virtual int readlnInternal (Stream &client, uint8_t *str, int len, bool incl_nl=true)
 

Detailed Description

We read a single line. A terminating 0 is added to the string to make it compliant for c string functions.

Constructor & Destructor Documentation

◆ HttpLineReader()

tiny_dlna::HttpLineReader::HttpLineReader ( )
inline

Member Function Documentation

◆ readlnInternal()

virtual int tiny_dlna::HttpLineReader::readlnInternal ( Stream &  client,
uint8_t *  str,
int  len,
bool  incl_nl = true 
)
inlinevirtual

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