DNSSD Namespace Reference
Classes | |
| class | DomainBrowser |
| class | PublicService |
| This class is most important for application that wants to announce its service on network. More... | |
| class | Query |
| This class provides way to search for specified service type in one domain. More... | |
| class | RemoteService |
| RemoteService class allows to resolve service announced on remote machine. More... | |
| class | Responder |
| This class should not be used directly. More... | |
| class | ErrorEvent |
| class | AddRemoveEvent |
| class | PublishEvent |
| class | ResolveEvent |
| class | ServiceBase |
| This class is used to carry information about service. More... | |
| class | ServiceBrowser |
| Most important class for applications that want to discover specific services on network. More... | |
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) |
Enumeration Type Documentation
| enum DNSSD::Operation |

