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

Answer from device to MSearch request by sending a reply. More...

#include <Schedule.h>

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

Public Member Functions

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

Public Attributes

Str search_target
 
IPAddressAndPort address
 
DLNADevicep_device
 
int mx = 0
 
- Public Attributes inherited from tiny_dlna::Schedule
uint64_t time = 0
 
uint32_t repeat_ms = 0
 
uint64_t end_time = 0
 
bool active = false
 

Protected Attributes

int max_age = MAX_AGE
 

Detailed Description

Answer from device to MSearch request by sending a reply.

Author
Phil Schatzmann

Constructor & Destructor Documentation

◆ MSearchReplySchedule()

tiny_dlna::MSearchReplySchedule::MSearchReplySchedule ( DLNADevice device,
IPAddressAndPort  addr 
)
inline

Member Function Documentation

◆ name()

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

Reimplemented from tiny_dlna::Schedule.

◆ process()

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

Reimplemented from tiny_dlna::Schedule.

Member Data Documentation

◆ address

IPAddressAndPort tiny_dlna::MSearchReplySchedule::address

◆ max_age

int tiny_dlna::MSearchReplySchedule::max_age = MAX_AGE
protected

◆ mx

int tiny_dlna::MSearchReplySchedule::mx = 0

◆ p_device

DLNADevice* tiny_dlna::MSearchReplySchedule::p_device

◆ search_target

Str tiny_dlna::MSearchReplySchedule::search_target

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