5 #ifndef WSDISCOVERYCLIENT_H 6 #define WSDISCOVERYCLIENT_H 8 #include "wsdiscoveryclient_export.h" 13 #include <KDSoapClient/KDQName> 15 #include "KDSoapClient/kdsoap_version.h" 17 #if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)) && (KDSOAP_VERSION <= KDSOAP_VERSION_CHECK(2, 1, 1)) 18 WSDISCOVERYCLIENT_EXPORT QDebug operator<<(QDebug dbg,
const KDQName &qn);
23 class KDSoapUdpClient;
69 void start(quint16 port = 0);
77 void sendProbe(
const QList<KDQName> &typeList,
const QList<QUrl> &scopeList);
84 void sendResolve(
const QString &endpointReference);
88 void receivedMessage(
const KDSoapMessage &replyMessage,
const KDSoapHeaders &replyHeaders,
const QHostAddress &senderAddress, quint16 senderPort);
91 KDSoapUdpClient *m_soapUdpClient;
94 #endif // WSDISCOVERYCLIENT_H Definition: wsdiscoverytargetservice.h:15
WSDiscoveryClient is a low-level helper for sending and receiving WS-Discovery messages.
Definition: wsdiscoveryclient.h:36