Arduino DLNA Server
|
Send SUBSCRIBE message via UDP unicast. More...
#include <Schedule.h>
Public Member Functions | |
PostSubscribe (IPAddressAndPort address, const char *path, uint32_t sec) | |
const char * | name () override |
bool | process (IUDPService &udp) override |
Public Member Functions inherited from tiny_dlna::Schedule | |
operator bool () | |
Protected Member Functions | |
void | setDestination (IPAddressAndPort address, const char *path) |
void | setDuration (uint32_t sec) |
Protected Attributes | |
IPAddressAndPort | address |
const char * | path |
int | durationSec |
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 |
Send SUBSCRIBE message via UDP unicast.
|
inline |
|
inlineoverridevirtual |
Reimplemented from tiny_dlna::Schedule.
|
inlineoverridevirtual |
Reimplemented from tiny_dlna::Schedule.
|
inlineprotected |
|
inlineprotected |
|
protected |
|
protected |
|
protected |