17 #ifndef KDSOAPUDPCLIENT_P_H
18 #define KDSOAPUDPCLIENT_P_H
23 #include "KDSoapUdpClient.h"
25 class KDSoapUdpClientPrivate :
public QObject
36 void receivedDatagram(
const QByteArray &messageData,
const QHostAddress &senderAddress, quint16 senderPort);
42 QUdpSocket *socketIPv4;
43 QUdpSocket *socketIPv6;
44 KDSoap::SoapVersion soapVersion = KDSoap::SOAP1_2;
KDSoapUdpClient provides an interface for implementing a SOAP-over-UDP client.
Definition: KDSoapUdpClient.h:77