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

Send out ByeBye message. More...

#include <Schedule.h>

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

Public Member Functions

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

Protected Attributes

int max_age = 120
 
DLNADevicep_device
 

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 out ByeBye message.

Author
Phil Schatzmann

Constructor & Destructor Documentation

◆ PostByeSchedule()

tiny_dlna::PostByeSchedule::PostByeSchedule ( DLNADevice device)
inline

Member Function Documentation

◆ name()

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

Reimplemented from tiny_dlna::Schedule.

◆ process()

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

Reimplemented from tiny_dlna::Schedule.

Member Data Documentation

◆ max_age

int tiny_dlna::PostByeSchedule::max_age = 120
protected

◆ p_device

DLNADevice* tiny_dlna::PostByeSchedule::p_device
protected

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