|
MythTV master
|
#include <libmythupnp/ssdp.h>
Public Member Functions | |
| SSDPReceiver () | |
| void | performSearch (const QString &sST, std::chrono::seconds timeout=2s) |
Private Slots | |
| void | processPendingDatagrams () |
Private Attributes | |
| QUdpSocket | m_socket |
| const uint16_t | m_port {SSDP_PORT} |
| const QHostAddress | m_groupAddress {SSDP_GROUP} |
| void SSDPReceiver::performSearch | ( | const QString & | sST, |
| std::chrono::seconds | timeout = 2s |
||
| ) |
Definition at line 159 of file ssdp.cpp.
Referenced by SSDP::PerformSearch().
|
privateslot |
Definition at line 400 of file ssdp.cpp.
Referenced by SSDPReceiver().
|
private |
Definition at line 52 of file ssdp.h.
Referenced by SSDPReceiver().
Definition at line 51 of file ssdp.h.
Referenced by SSDPReceiver().
|
private |
Definition at line 50 of file ssdp.h.
Referenced by performSearch(), processPendingDatagrams(), and SSDPReceiver().