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

Processing at control point to handle a MSearchReply from the device. More...

#include <Schedule.h>

Inheritance diagram for tiny_dlna::MSearchReplyCP:
Inheritance graph
[legend]
Collaboration diagram for tiny_dlna::MSearchReplyCP:
Collaboration graph
[legend]

Public Member Functions

const char * name () override
 
bool process (IUDPService &udp) override
 
- Public Member Functions inherited from tiny_dlna::Schedule
 operator bool ()
 

Public Attributes

Str location
 
Str usn
 
Str search_target
 
- Public Attributes inherited from tiny_dlna::Schedule
uint64_t time = 0
 
uint32_t repeat_ms = 0
 
uint64_t end_time = 0
 
bool active = false
 

Detailed Description

Processing at control point to handle a MSearchReply from the device.

Author
Phil Schatzmann

Member Function Documentation

◆ name()

const char* tiny_dlna::MSearchReplyCP::name ( )
inlineoverridevirtual

Reimplemented from tiny_dlna::Schedule.

Reimplemented in tiny_dlna::NotifyReplyCP.

◆ process()

bool tiny_dlna::MSearchReplyCP::process ( IUDPService udp)
inlineoverridevirtual

Reimplemented from tiny_dlna::Schedule.

Reimplemented in tiny_dlna::NotifyReplyCP.

Member Data Documentation

◆ location

Str tiny_dlna::MSearchReplyCP::location

◆ search_target

Str tiny_dlna::MSearchReplyCP::search_target

◆ usn

Str tiny_dlna::MSearchReplyCP::usn

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