Uses of Class
io.qt.network.QNetworkInterface
Package | Description |
---|---|
io.qt.network |
-
Uses of QNetworkInterface in io.qt.network
Methods in io.qt.network that return QNetworkInterface Modifier and Type Method Description QNetworkInterface
QNetworkInterface. clone()
QNetworkInterface
QNetworkSession. getInterface()
Deprecated.static QNetworkInterface
QNetworkInterface. interfaceFromIndex(int index)
static QNetworkInterface
QNetworkInterface. interfaceFromName(String name)
QNetworkInterface
QUdpSocket. multicastInterface()
Methods in io.qt.network that return types with arguments of type QNetworkInterface Modifier and Type Method Description static QList<QNetworkInterface>
QNetworkInterface. allInterfaces()
Methods in io.qt.network with parameters of type QNetworkInterface Modifier and Type Method Description boolean
QUdpSocket. joinMulticastGroup(QHostAddress groupAddress, QNetworkInterface iface)
boolean
QUdpSocket. leaveMulticastGroup(QHostAddress groupAddress, QNetworkInterface iface)
void
QUdpSocket. setMulticastInterface(QNetworkInterface iface)
void
QNetworkInterface. swap(QNetworkInterface other)
Constructors in io.qt.network with parameters of type QNetworkInterface Constructor Description QNetworkInterface(QNetworkInterface other)