|
Arduino DLNA Server
|
Send SUBSCRIBE message via UDP unicast. More...
#include <Schedule.h>

Public Member Functions | |
| PostSubscribe (IPAddressAndPort addr, const char *path, uint32_t sec) | |
| const char * | name () override |
| 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 | setDestination (IPAddressAndPort addr, const char *path) |
| void | setDuration (uint32_t sec) |
Protected Attributes | |
| const char * | path |
| int | durationSec = 0 |
Send SUBSCRIBE message via UDP unicast.
|
inline |
|
inlinevirtualinherited |
Reimplemented in tiny_dlna::MSearchReplySchedule.
|
inlineoverridevirtual |
Reimplemented from tiny_dlna::Schedule.
|
inlineinherited |
|
inlineoverridevirtual |
Reimplemented from tiny_dlna::Schedule.
|
inlineprotected |
|
inlineprotected |
|
inherited |
|
inherited |
|
protected |
|
inherited |
|
protected |
|
inherited |
|
inherited |
|
inherited |