#include <upnptasksearch.h>

Definition at line 36 of file upnptasksearch.h.
Public Member Functions | |
| UPnpSearchTask (int nServicePort, QHostAddress peerAddress, int nPeerPort, QString sST, QString sUDN) | |
| virtual QString | Name () |
| virtual void | Execute (TaskQueue *) |
Protected Member Functions | |
| virtual | ~UPnpSearchTask () |
| void | ProcessDevice (QSocketDevice *pSocket, UPnpDevice *pDevice) |
| void | SendMsg (QSocketDevice *pSocket, QString sST, QString sUDN) |
Protected Attributes | |
| QStringList | m_addressList |
| int | m_nServicePort |
| int | m_nMaxAge |
| QHostAddress | m_PeerAddress |
| int | m_nPeerPort |
| QString | m_sST |
| QString | m_sUDN |
| UPnpSearchTask::~UPnpSearchTask | ( | ) | [protected, virtual] |
Definition at line 54 of file upnptasksearch.cpp.
| UPnpSearchTask::UPnpSearchTask | ( | int | nServicePort, | |
| QHostAddress | peerAddress, | |||
| int | nPeerPort, | |||
| QString | sST, | |||
| QString | sUDN | |||
| ) |
Definition at line 35 of file upnptasksearch.cpp.
| void UPnpSearchTask::ProcessDevice | ( | QSocketDevice * | pSocket, | |
| UPnpDevice * | pDevice | |||
| ) | [protected] |
| void UPnpSearchTask::SendMsg | ( | QSocketDevice * | pSocket, | |
| QString | sST, | |||
| QString | sUDN | |||
| ) | [protected] |
| virtual QString UPnpSearchTask::Name | ( | void | ) | [inline, virtual] |
| void UPnpSearchTask::Execute | ( | TaskQueue * | ) | [virtual] |
Implements Task.
Definition at line 123 of file upnptasksearch.cpp.
Referenced by SSDP::ProcessSearchRequest().
QStringList UPnpSearchTask::m_addressList [protected] |
int UPnpSearchTask::m_nServicePort [protected] |
int UPnpSearchTask::m_nMaxAge [protected] |
QHostAddress UPnpSearchTask::m_PeerAddress [protected] |
int UPnpSearchTask::m_nPeerPort [protected] |
QString UPnpSearchTask::m_sST [protected] |
QString UPnpSearchTask::m_sUDN [protected] |
1.5.5