![]() |
Home · Modules · Classes · Namespaces · Functions |
The QxtServiceBrowser class locates Zeroconf-enabled services on the network More...
#include <QxtServiceBrowser>
Inherits QObject.
The QxtServiceBrowser class locates Zeroconf-enabled services on the network
QxtServiceBrowser is a tool for locating Zeroconf-enabled services on the local network. When starting to browse, all existing services reachable on the local network matching the specified search parameters will be announced with the serviceAdded() signal. Afterward, while browsing, new services apearing on the network will be announced with the same signal, and services that are closed will be announced with the serviceRemoved() signal.
Services on the network are identified by a service type and may be further disambiguated by service subtypes. If any service subtypes are added to the QxtServiceBrowser, only services offering the specified subtypes will be found. Use the properties inherited from QxtDiscoverableServiceName to configure the search parameters.
For more information about Zeroconf, see the documentation available on www.zeroconf.org.
See also QxtDiscoverableService and QxtDiscoverableServiceName.
Constructs a QxtServiceBrowser that will search for services with the specified type. The service type may be a plain type name, which will default to searching for a UDP service, or it may be provided in the standard format specified by the Zeroconf specification.
Constructs a QxtServiceBrowser that will search for services with the specified type and socket type.
See also setServiceSubTypes().
See also serviceSubTypes().
Copyright © 2007-2010 Qxt Foundation |
Qxt 0.6.1 |