|
Arduino DLNA Server
|
Send out PostAlive messages: Repeated every 5 seconds. More...
#include <Schedule.h>

Public Member Functions | |
| PostAliveSchedule (DLNADeviceInfo &device, uint32_t repeatMs) | |
| const char * | name () override |
| void | setRepeatMs (uint32_t ms) |
| bool | process (IUDPService &udp) override |
| virtual bool | isValid () |
| operator bool () | |
Public Attributes | |
| uint64_t | time = 0 |
| uint32_t | repeat_ms = 0 |
| uint64_t | end_time = 0 |
| bool | active = false |
| IPAddressAndPort | address |
| bool | report_ip = false |
Protected Member Functions | |
| void | setupData (const char *nt, const char *udn, char *result_nt, char *result_usn) |
| bool | process (const char *nt, const char *usn, const char *device_url, int max_age, IUDPService &udp) |
Protected Attributes | |
| DLNADeviceInfo * | p_device |
Send out PostAlive messages: Repeated every 5 seconds.
|
inline |
|
inlinevirtualinherited |
Reimplemented in tiny_dlna::MSearchReplySchedule.
|
inlineoverridevirtual |
Reimplemented from tiny_dlna::Schedule.
|
inlineinherited |
|
inlineprotected |
|
inlineoverridevirtual |
Reimplemented from tiny_dlna::Schedule.
|
inline |
|
inlineprotected |
|
inherited |
|
inherited |
|
inherited |
|
protected |
|
inherited |
|
inherited |
|
inherited |