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

#include <Schedule.h>

Inheritance diagram for tiny_dlna::NotifyReplyCP:
Inheritance graph
[legend]
Collaboration diagram for tiny_dlna::NotifyReplyCP:
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 nts
 
Str delivery_host_and_port
 
Str delivery_path
 
Str subscription_id
 
Str event_key
 
Str xml
 
std::function< bool(NotifyReplyCP &ref)> callback
 
- Public Attributes inherited from tiny_dlna::MSearchReplyCP
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
 

Member Function Documentation

◆ name()

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

Reimplemented from tiny_dlna::MSearchReplyCP.

◆ process()

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

Reimplemented from tiny_dlna::MSearchReplyCP.

Member Data Documentation

◆ callback

std::function<bool(NotifyReplyCP &ref)> tiny_dlna::NotifyReplyCP::callback

◆ delivery_host_and_port

Str tiny_dlna::NotifyReplyCP::delivery_host_and_port

◆ delivery_path

Str tiny_dlna::NotifyReplyCP::delivery_path

◆ event_key

Str tiny_dlna::NotifyReplyCP::event_key

◆ nts

Str tiny_dlna::NotifyReplyCP::nts

◆ subscription_id

Str tiny_dlna::NotifyReplyCP::subscription_id

◆ xml

Str tiny_dlna::NotifyReplyCP::xml

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