|
MythTV master
|
#include <chrono>#include <cstdint>#include <QHostAddress>#include <QString>#include <QUdpSocket>#include "upnpexp.h"Go to the source code of this file.
Classes | |
| class | SSDPReceiver |
| class | SSDP |
Enumerations | |
| enum | SSDPRequestType : std::uint8_t { SSDP_Unknown = 0 , SSDP_MSearch = 1 , SSDP_MSearchResp = 2 , SSDP_Notify = 3 } |
Variables | |
| static constexpr const char * | SSDP_GROUP { "239.255.255.250" } |
| static constexpr uint16_t | SSDP_PORT { 1900 } |
| enum SSDPRequestType : std::uint8_t |
|
staticconstexpr |
Definition at line 26 of file ssdp.h.
Referenced by SSDPReceiver::performSearch(), and UPnpNotifyTask::SendNotifyMsg().
|
staticconstexpr |
Definition at line 27 of file ssdp.h.
Referenced by SSDPReceiver::performSearch(), and UPnpNotifyTask::SendNotifyMsg().