#include <array>
#include <QHostAddress>
#include <QObject>
#include <QRegularExpression>
#include <QString>
#include "libmythbase/mthread.h"
#include "upnpexp.h"
#include "httprequest.h"
#include "httpserver.h"
#include "msocketdevice.h"
#include "ssdpcache.h"
#include "upnptasknotify.h"
Go to the source code of this file.
◆ SocketIdxType
| Enumerator |
|---|
| SocketIdx_Search | |
| SocketIdx_Multicast | |
| SocketIdx_Broadcast | |
Definition at line 59 of file ssdp.h.
◆ SSDPMethod
| Enumerator |
|---|
| SSDPM_Unknown | |
| SSDPM_GetDeviceDesc | |
| SSDPM_GetDeviceList | |
Definition at line 36 of file ssdp.h.
◆ SSDPRequestType
| Enumerator |
|---|
| SSDP_Unknown | |
| SSDP_MSearch | |
| SSDP_MSearchResp | |
| SSDP_Notify | |
Definition at line 43 of file ssdp.h.
◆ SSDP_GROUP
| constexpr const char* SSDP_GROUP { "239.255.255.250" } |
|
staticconstexpr |
◆ SSDP_PORT
◆ SSDP_SEARCHPORT
| constexpr uint16_t SSDP_SEARCHPORT { 6549 } |
|
staticconstexpr |