![]() |
KD SOAP API Documentation
2.2
|
#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 * | socket = nullptr |
Definition at line 19 of file KDSoapUdpClient_p.h.
|
inlineexplicit |
Definition at line 23 of file KDSoapUdpClient_p.h.
|
slot |
Definition at line 85 of file KDSoapUdpClient.cpp.
References receivedDatagram(), and socket.
Referenced by KDSoapUdpClient::KDSoapUdpClient().
| void KDSoapUdpClientPrivate::receivedDatagram | ( | const QByteArray & | messageData, |
| const QHostAddress & | senderAddress, | ||
| quint16 | senderPort | ||
| ) |
Definition at line 101 of file KDSoapUdpClient.cpp.
References soapVersion, and KDSoapMessageReader::xmlToMessage().
Referenced by readyRead().
| KDSoap::SoapVersion KDSoapUdpClientPrivate::soapVersion = KDSoap::SOAP1_2 |
Definition at line 35 of file KDSoapUdpClient_p.h.
Referenced by receivedDatagram().
| QUdpSocket* KDSoapUdpClientPrivate::socket = nullptr |
Definition at line 34 of file KDSoapUdpClient_p.h.
Referenced by readyRead().
© 2010-2024 Klarälvdalens Datakonsult AB (KDAB)