![]() |
KD SOAP API Documentation
2.1
|
#include <KDSoapUdpClient_p.h>


Public Slots | |
| void | readyRead () |
Public Member Functions | |
| KDSoapUdpClientPrivate (KDSoapUdpClient *q) | |
| void | receivedDatagram (const QByteArray &messageData, const QHostAddress &senderAddress, quint16 senderPort) |
Public Attributes | |
| KDSoap::SoapVersion | soapVersion = KDSoap::SOAP1_2 |
| QUdpSocket * | socketIPv4 |
| QUdpSocket * | socketIPv6 |
Definition at line 19 of file KDSoapUdpClient_p.h.
|
inlineexplicit |
Definition at line 23 of file KDSoapUdpClient_p.h.
|
slot |
Definition at line 102 of file KDSoapUdpClient.cpp.
References receivedDatagram().
Referenced by KDSoapUdpClient::KDSoapUdpClient().
| void KDSoapUdpClientPrivate::receivedDatagram | ( | const QByteArray & | messageData, |
| const QHostAddress & | senderAddress, | ||
| quint16 | senderPort | ||
| ) |
Definition at line 118 of file KDSoapUdpClient.cpp.
References soapVersion, and KDSoapMessageReader::xmlToMessage().
Referenced by readyRead().
| KDSoap::SoapVersion KDSoapUdpClientPrivate::soapVersion = KDSoap::SOAP1_2 |
Definition at line 38 of file KDSoapUdpClient_p.h.
Referenced by receivedDatagram().
| QUdpSocket* KDSoapUdpClientPrivate::socketIPv4 |
Definition at line 36 of file KDSoapUdpClient_p.h.
| QUdpSocket* KDSoapUdpClientPrivate::socketIPv6 |
Definition at line 37 of file KDSoapUdpClient_p.h.
© 2010-2022 Klarälvdalens Datakonsult AB (KDAB)
https://www.kdab.com/development-resources/qt-tools/kd-soap/