Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qudpsocket.cpp File Reference

(4853a529437b3781453101393e13e3efc397c226)

#include "qudpsocket.h"
#include "qhostaddress.h"
#include "qnetworkdatagram.h"
#include "qnetworkinterface.h"
#include "qabstractsocket_p.h"
#include "moc_qudpsocket.cpp"
+ Include dependency graph for qudpsocket.cpp:

Go to the source code of this file.

Classes

class  QUdpSocketPrivate
 

Macros

#define QT_CHECK_BOUND(function, a)
 

Macro Definition Documentation

◆ QT_CHECK_BOUND

#define QT_CHECK_BOUND ( function,
a )
Value:
do { \
if (!isValid()) { \
qWarning(function" called on a QUdpSocket when not in QUdpSocket::BoundState"); \
return (a); \
} } while (0)
GLboolean GLboolean GLboolean GLboolean a
[7]

Definition at line 74 of file qudpsocket.cpp.

Referenced by QUdpSocket::hasPendingDatagrams(), QUdpSocket::joinMulticastGroup(), QUdpSocket::leaveMulticastGroup(), QUdpSocket::multicastInterface(), QUdpSocket::pendingDatagramSize(), QUdpSocket::readDatagram(), and QUdpSocket::receiveDatagram().