#include <upnptasknotify.h>

Definition at line 48 of file upnptasknotify.h.
Public Member Functions | |
| UPnpNotifyTask (int nServicePort) | |
| virtual QString | Name () |
| virtual void | Execute (TaskQueue *) |
| QString | GetNTSString () |
| UPnpNotifyNTS | GetNTS () |
| void | SetNTS (UPnpNotifyNTS nts) |
Protected Member Functions | |
| virtual | ~UPnpNotifyTask () |
| void | ProcessDevice (QSocketDevice *pSocket, UPnpDevice *pDevice) |
| void | SendNotifyMsg (QSocketDevice *pSocket, QString sNT, QString sUDN) |
Protected Attributes | |
| QMutex | m_mutex |
| QString | m_sMasterIP |
| int | m_nServicePort |
| int | m_nMaxAge |
| UPnpNotifyNTS | m_eNTS |
| UPnpNotifyTask::~UPnpNotifyTask | ( | ) | [protected, virtual] |
Definition at line 55 of file upnptasknotify.cpp.
| UPnpNotifyTask::UPnpNotifyTask | ( | int | nServicePort | ) |
Definition at line 43 of file upnptasknotify.cpp.
| void UPnpNotifyTask::ProcessDevice | ( | QSocketDevice * | pSocket, | |
| UPnpDevice * | pDevice | |||
| ) | [protected] |
| void UPnpNotifyTask::SendNotifyMsg | ( | QSocketDevice * | pSocket, | |
| QString | sNT, | |||
| QString | sUDN | |||
| ) | [protected] |
| virtual QString UPnpNotifyTask::Name | ( | void | ) | [inline, virtual] |
| void UPnpNotifyTask::Execute | ( | TaskQueue * | pQueue | ) | [virtual] |
Implements Task.
Definition at line 139 of file upnptasknotify.cpp.
Referenced by SSDP::DisableNotifications(), and SSDP::EnableNotifications().
| QString UPnpNotifyTask::GetNTSString | ( | ) | [inline] |
| UPnpNotifyNTS UPnpNotifyTask::GetNTS | ( | ) | [inline] |
Definition at line 94 of file upnptasknotify.h.
| void UPnpNotifyTask::SetNTS | ( | UPnpNotifyNTS | nts | ) | [inline] |
Definition at line 105 of file upnptasknotify.h.
Referenced by SSDP::DisableNotifications(), and SSDP::EnableNotifications().
QMutex UPnpNotifyTask::m_mutex [protected] |
Reimplemented from RefCounted.
Definition at line 52 of file upnptasknotify.h.
Referenced by Execute(), GetNTS(), GetNTSString(), SendNotifyMsg(), and SetNTS().
QString UPnpNotifyTask::m_sMasterIP [protected] |
Definition at line 54 of file upnptasknotify.h.
int UPnpNotifyTask::m_nServicePort [protected] |
Definition at line 55 of file upnptasknotify.h.
Referenced by SendNotifyMsg(), and UPnpNotifyTask().
int UPnpNotifyTask::m_nMaxAge [protected] |
Definition at line 56 of file upnptasknotify.h.
Referenced by Execute(), SendNotifyMsg(), and UPnpNotifyTask().
UPnpNotifyNTS UPnpNotifyTask::m_eNTS [protected] |
Definition at line 58 of file upnptasknotify.h.
Referenced by Execute(), GetNTS(), GetNTSString(), SetNTS(), and UPnpNotifyTask().
1.5.5