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

Translates DLNA UDP Requests to Schedule so that we can schedule a reply. More...

#include <DLNAControlPointRequestParser.h>

Public Member Functions

Scheduleparse (RequestData &req)
 

Protected Member Functions

MSearchReplyCPparseMSearchReply (RequestData &req)
 
NotifyReplyCPparseNotifyReply (RequestData &req)
 
bool parse (Str &in, const char *tag, Str &result, const char *end="\r\n")
 

Detailed Description

Translates DLNA UDP Requests to Schedule so that we can schedule a reply.

Author
Phil Schatzmann

Member Function Documentation

◆ parse() [1/2]

Schedule* tiny_dlna::DLNAControlPointRequestParser::parse ( RequestData req)
inline

◆ parse() [2/2]

bool tiny_dlna::DLNAControlPointRequestParser::parse ( Str in,
const char *  tag,
Str result,
const char *  end = "\r\n" 
)
inlineprotected

◆ parseMSearchReply()

MSearchReplyCP* tiny_dlna::DLNAControlPointRequestParser::parseMSearchReply ( RequestData req)
inlineprotected

◆ parseNotifyReply()

NotifyReplyCP* tiny_dlna::DLNAControlPointRequestParser::parseNotifyReply ( RequestData req)
inlineprotected

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