MythTV master
Classes | Enumerations
upnptasknotify.h File Reference
#include <chrono>
#include <cstdint>
#include <QString>
#include <QMutex>
#include <QUdpSocket>
#include "taskqueue.h"
#include "upnpdevice.h"
Include dependency graph for upnptasknotify.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UPnpNotifyTask
 

Enumerations

enum  UPnpNotifyNTS : std::uint8_t { NTS_alive = 0 , NTS_byebye = 1 }
 

Enumeration Type Documentation

◆ UPnpNotifyNTS

enum UPnpNotifyNTS : std::uint8_t
Enumerator
NTS_alive 
NTS_byebye 

Definition at line 26 of file upnptasknotify.h.