Arduino DLNA Server
|
Processing at control point to handle a MSearchReply from the device. More...
#include <Schedule.h>
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 | 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 |
Processing at control point to handle a MSearchReply from the device.
|
inlineoverridevirtual |
Reimplemented from tiny_dlna::Schedule.
Reimplemented in tiny_dlna::NotifyReplyCP.
|
inlineoverridevirtual |
Reimplemented from tiny_dlna::Schedule.
Reimplemented in tiny_dlna::NotifyReplyCP.
Str tiny_dlna::MSearchReplyCP::location |
Str tiny_dlna::MSearchReplyCP::search_target |
Str tiny_dlna::MSearchReplyCP::usn |