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

Send MSearch request. More...

#include <Schedule.h>

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

Public Member Functions

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

Protected Attributes

int max_age = 2
 
IPAddressAndPort address
 
const char * search_target = nullptr
 

Additional Inherited Members

- 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

Send MSearch request.

Author
Phil Schatzmann

Constructor & Destructor Documentation

◆ MSearchSchedule()

tiny_dlna::MSearchSchedule::MSearchSchedule ( IPAddressAndPort  addr,
const char *  searchTarget 
)
inline

Member Function Documentation

◆ name()

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

Reimplemented from tiny_dlna::Schedule.

◆ process()

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

Reimplemented from tiny_dlna::Schedule.

Member Data Documentation

◆ address

IPAddressAndPort tiny_dlna::MSearchSchedule::address
protected

◆ max_age

int tiny_dlna::MSearchSchedule::max_age = 2
protected

◆ search_target

const char* tiny_dlna::MSearchSchedule::search_target = nullptr
protected

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