DNSSD Namespace Reference
Classes | |
class | DomainBrowser |
Class used to provide current list of domains for browsing. More... | |
class | PublicService |
This class is most important for application that wants to announce its service on network.This class represents local service being published. More... | |
class | Query |
This class provides way to search for specified service type in one domain.Class that represents service query in one domain. More... | |
class | RemoteService |
RemoteService class allows to resolve service announced on remote machine.class representing service announced on remote machine. More... | |
class | Responder |
This class should not be used directly.Internal class wrapping dns_sd.h interface. More... | |
class | ErrorEvent |
class | AddRemoveEvent |
class | PublishEvent |
class | ResolveEvent |
class | ServiceBase |
This class is used to carry information about service.Describes any type of service. More... | |
class | ServiceBrowser |
Most important class for applications that want to discover specific services on network.Browsing for specific type of services or all available service types. More... | |
class | Configuration |
Enumerations | |
enum | Operation { SD_ERROR = 101, SD_ADDREMOVE, SD_PUBLISH, SD_RESOLVE } |
Functions | |
static unsigned long | publicIP () |
QDataStream & | operator<< (QDataStream &s, const RemoteService &a) |
QDataStream & | operator>> (QDataStream &s, RemoteService &a) |
bool | domainIsLocal (const QString &domain) |
QCString | domainToDNS (const QString &domain) |
QString | DNSToDomain (const char *domain) |
QDataStream & | operator<< (QDataStream &s, const ServiceBase &a) |
QDataStream & | operator>> (QDataStream &s, ServiceBase &a) |