Qt 4.8
Classes | Macros
qudpsocket.cpp File Reference
#include "qhostaddress.h"
#include "qnetworkinterface.h"
#include "qabstractsocket_p.h"
#include "qudpsocket.h"

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)
long ASN1_INTEGER_get ASN1_INTEGER * a

Definition at line 171 of file qudpsocket.cpp.

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