KDNSSD
avahi-remoteservice.cpp
80 //qDebug() << this << ":Starting resolve of : " << d->m_serviceName << " " << d->m_type << " " << d->m_domain << "\n";
81 org::freedesktop::Avahi::Server s(QStringLiteral("org.freedesktop.Avahi"), QStringLiteral("/"), QDBusConnection::systemBus());
142 void RemoteServicePrivate::gotFound(int, int, const QString &name, const QString &, const QString &domain, const QString &host, int, const QString &, ushort port, const QList<QByteArray> &txt, uint)
Describes a service published over DNS-SD, typically on a remote machine.
Definition: remoteservice.h:38
ExcludeUserInputEvents
bool resolve()
Resolves the host name and port of service synchronously.
Definition: avahi-remoteservice.cpp:30
QDBusConnection systemBus()
bool isValid() const const
void resolveAsync()
Resolves the host name and port of service asynchronously.
Definition: avahi-remoteservice.cpp:40
void processEvents(QEventLoop::ProcessEventsFlags flags)
QDBusReply::Type value() const const
bool isResolved() const
Whether the service has been successfully resolved.
Definition: avahi-remoteservice.cpp:100
Definition: avahi-domainbrowser.cpp:20
RemoteService(const QString &name, const QString &type, const QString &domain)
Creates an unresolved RemoteService representing the service with the given name, type and domain...
Definition: avahi-remoteservice.cpp:21
bool connect(const QString &service, const QString &path, const QString &interface, const QString &name, QObject *receiver, const char *slot)
Q_EMITQ_EMIT
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Jan 21 2021 22:42:35 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Jan 21 2021 22:42:35 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.