5#ifndef WSDISCOVERYPROBEJOB_H
6#define WSDISCOVERYPROBEJOB_H
8#include "wsdiscoveryclient_export.h"
9#include <KDSoapClient/KDQName>
94 QList<KDQName> m_typeList;
95 QList<QUrl> m_scopeList;
WSDiscoveryClient is a low-level helper for sending and receiving WS-Discovery messages.
Definition wsdiscoveryclient.h:37
Periodically probe the network for WS-Discovery devices.
Definition wsdiscoveryprobejob.h:25
QList< KDQName > typeList() const
void setInterval(int interval)
void setTypeList(const QList< KDQName > &typeList)
void addScope(const QUrl &scope)
QList< QUrl > scopeList() const
void addType(const KDQName &type)
void setScopeList(const QList< QUrl > &scopeList)
void matchReceived(const WSDiscoveryTargetService &matchedService)
WSDiscoveryProbeJob(WSDiscoveryClient *parent)
Definition wsdiscoverytargetservice.h:16