KDNSSD Namespace
Interfaces to system mDNS service discovery. More...
Header: | #include <KDNSSD> |
CMake: | find_package(KF6 REQUIRED COMPONENTS DNSSD) target_link_libraries(mytarget PRIVATE KF6::DNSSD) |
Classes
class | DomainBrowser |
class | DomainModel |
class | PublicService |
class | RemoteService |
class | ServiceBase |
class | ServiceBrowser |
class | ServiceModel |
class | ServiceTypeBrowser |
Functions
bool | domainIsLocal(const QString &domain) |
Detailed Description
Classes
class DomainBrowser
Browses recommended domains for browsing or publishing to. More...
class DomainModel
Model for list of Zeroconf domains. More...
class PublicService
Represents a service to be published. More...
class RemoteService
Describes a service published over DNS-SD, typically on a remote machine. More...
class ServiceBase
Describes a service. More...
class ServiceBrowser
Browses for network services advertised over DNS-SD. More...
class ServiceModel
Model for list of Zeroconf services. More...
class ServiceTypeBrowser
Browses the service types being published on a domain. More...
Function Documentation
bool domainIsLocal(const QString &domain)
Check if the domain is link-local.
Returns true
if domain is link-local ('local.'), false
otherwise