5 #ifndef WSDISCOVERYPROBEJOB_H 6 #define WSDISCOVERYPROBEJOB_H 8 #include "wsdiscoveryclient_export.h" 9 #include <KDSoapClient/KDQName> 38 QList<KDQName> typeList()
const;
42 void setTypeList(
const QList<KDQName> &typeList);
46 void addType(
const KDQName &type);
51 QList<QUrl> scopeList()
const;
55 void setScopeList(
const QList<QUrl> &scopeList);
59 void addScope(
const QUrl &scope);
68 void setInterval(
int interval);
94 QList<KDQName> m_typeList;
95 QList<QUrl> m_scopeList;
99 #endif // WSDISCOVERYPROBEJOB_H Definition: wsdiscoverytargetservice.h:15
Periodically probe the network for WS-Discovery devices.
Definition: wsdiscoveryprobejob.h:24
WSDiscoveryClient is a low-level helper for sending and receiving WS-Discovery messages.
Definition: wsdiscoveryclient.h:36