#include <upnpdevice.h>

Definition at line 177 of file upnpdevice.h.
Public Member Functions | |
| DeviceLocation (const QString &sURI, const QString &sUSN, const QString &sLocation, TaskTime ttExpires) | |
| int | ExpiresInSecs () |
| UPnpDeviceDesc * | GetDeviceDesc (bool bInQtThread=TRUE) |
| QString | GetFriendlyName (bool bInQtThread=TRUE) |
| QString | GetNameAndDetails (bool bInQtThread=TRUE) |
Public Attributes | |
| QString | m_sURI |
| QString | m_sUSN |
| QString | m_sLocation |
| TaskTime | m_ttExpires |
| QString | m_sSecurityPin |
Static Public Attributes | |
| static int | g_nAllocated = 0 |
Protected Member Functions | |
| virtual | ~DeviceLocation () |
Protected Attributes | |
| UPnpDeviceDesc * | m_pDeviceDesc |
| virtual DeviceLocation::~DeviceLocation | ( | ) | [inline, protected, virtual] |
Definition at line 189 of file upnpdevice.h.
| DeviceLocation::DeviceLocation | ( | const QString & | sURI, | |
| const QString & | sUSN, | |||
| const QString & | sLocation, | |||
| TaskTime | ttExpires | |||
| ) | [inline] |
Definition at line 212 of file upnpdevice.h.
| int DeviceLocation::ExpiresInSecs | ( | ) | [inline] |
Definition at line 227 of file upnpdevice.h.
Referenced by SSDPCache::Dump(), and SSDPExtension::GetDeviceList().
| UPnpDeviceDesc* DeviceLocation::GetDeviceDesc | ( | bool | bInQtThread = TRUE |
) | [inline] |
Definition at line 237 of file upnpdevice.h.
Referenced by GetFriendlyName(), and GetNameAndDetails().
| QString DeviceLocation::GetFriendlyName | ( | bool | bInQtThread = TRUE |
) | [inline] |
Definition at line 247 of file upnpdevice.h.
Referenced by BackendSelect::AddItem(), and BackendSelect::Connect().
| QString DeviceLocation::GetNameAndDetails | ( | bool | bInQtThread = TRUE |
) | [inline] |
int DeviceLocation::g_nAllocated = 0 [static] |
Definition at line 181 of file upnpdevice.h.
Referenced by DeviceLocation(), SSDPCache::Dump(), SSDPExtension::GetDeviceList(), and ~DeviceLocation().
UPnpDeviceDesc* DeviceLocation::m_pDeviceDesc [protected] |
| QString DeviceLocation::m_sURI |
Definition at line 202 of file upnpdevice.h.
| QString DeviceLocation::m_sUSN |
Definition at line 203 of file upnpdevice.h.
Referenced by BackendSelect::AddItem(), BackendSelect::Connect(), SSDPCache::Dump(), BackendSelect::FillListBox(), and SSDPExtension::GetDeviceList().
| QString DeviceLocation::m_sLocation |
Definition at line 204 of file upnpdevice.h.
Referenced by SSDPCache::Add(), BackendSelect::Connect(), SSDPCache::Dump(), GetDeviceDesc(), SSDPExtension::GetDeviceList(), GetNameAndDetails(), and MythContextPrivate::UPnPconnect().
Definition at line 205 of file upnpdevice.h.
Referenced by SSDPCache::Add(), ExpiresInSecs(), and SSDPCacheEntries::RemoveStale().
| QString DeviceLocation::m_sSecurityPin |
Definition at line 206 of file upnpdevice.h.
1.5.5