7 #define TORC_ROOT_UPNP_DEVICE QStringLiteral("urn:schemas-torcapp-org:device:TorcClient:1") 10 #define _APIVERSION "apiversion" 11 #define _PRIORITY "priority" 12 #define _STARTTIME "starttime" 13 #define _SECURE "secure" 15 #define TORC_UUID QStringLiteral(_UUID) 16 #define TORC_NAME QStringLiteral("name") 17 #define TORC_PORT QStringLiteral("port") 18 #define TORC_APIVERSION QStringLiteral(_APIVERSION) 19 #define TORC_PRIORITY QStringLiteral(_PRIORITY) 20 #define TORC_STARTTIME QStringLiteral(_STARTTIME) 21 #define TORC_ADDRESS QStringLiteral("address") 22 #define TORC_SECURE QStringLiteral(_SECURE) 23 #define TORC_USN QStringLiteral("usn") 24 #define TORC_YES QStringLiteral("yes") 26 #define TORC_UUID_B QByteArrayLiteral(_UUID) 27 #define TORC_APIVERSION_B QByteArrayLiteral(_APIVERSION) 28 #define TORC_PRIORITY_B QByteArrayLiteral(_PRIORITY) 29 #define TORC_STARTTIME_B QByteArrayLiteral(_STARTTIME) 30 #define TORC_SECURE_B QByteArrayLiteral(_SECURE) 37 QString
GetUSN (
void)
const;
51 static QString UUIDFromUSN (
const QString &USN);
QString GetUSN(void) const
void SetExpiry(qint64 Expires)
qint64 GetExpiry(void) const
QString GetLocation(void) const