DNSSD
dummy-servicebrowser.cpp
Go to the documentation of this file.
42ServiceBrowser::~ ServiceBrowser()
bool isAutoResolving() const
Whether discovered services are resolved before being reported.
Definition: dummy-servicebrowser.cpp:32
static QString getLocalHostName()
The mDNS hostname of the local machine.
Definition: dummy-servicebrowser.cpp:64
void finished()
Emitted when the list of published services has settled.
virtual void virtual_hook(int, void *)
Definition: dummy-servicebrowser.cpp:56
static QHostAddress resolveHostName(const QString &hostname)
Resolves an mDNS hostname into an IP address.
Definition: dummy-servicebrowser.cpp:59
ServiceBrowser(const QString &type, bool autoResolve=false, const QString &domain=QString(), const QString &subtype=QString())
Create a ServiceBrowser for a particular service type.
Definition: dummy-servicebrowser.cpp:29
QList< RemoteService::Ptr > services() const
The currently known services of the specified type.
Definition: dummy-servicebrowser.cpp:51
static State isAvailable()
Checks availability of DNS-SD services.
Definition: dummy-servicebrowser.cpp:38
@ Unsupported
not available because KDE was compiled without DNS-SD support
Definition: servicebrowser.h:78
Definition: domainbrowser.h:29
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.