17 #ifndef WSDISCOVERYPROBEJOB_H 18 #define WSDISCOVERYPROBEJOB_H 20 #include "wsdiscoveryclient_export.h" 21 #include <KDSoapClient/KDQName> 50 QList<KDQName> typeList()
const;
54 void setTypeList(
const QList<KDQName> &typeList);
58 void addType(
const KDQName& type);
63 QList<QUrl> scopeList()
const;
67 void setScopeList(
const QList<QUrl> &scopeList);
71 void addScope(
const QUrl& scope);
80 void setInterval(
int interval);
106 QList<KDQName> m_typeList;
107 QList<QUrl> m_scopeList;
111 #endif // WSDISCOVERYPROBEJOB_H Definition: wsdiscoverytargetservice.h:27
Periodically probe the network for WS-Discovery devices.
Definition: wsdiscoveryprobejob.h:36
WSDiscoveryClient is a low-level helper for sending and receiving WS-Discovery messages.
Definition: wsdiscoveryclient.h:40