Holds information about an avahi service entry. More...
Header: | #include <AvahiServiceEntry> |
AvahiServiceEntry() | |
AvahiServiceEntry(QString name, QString serviceType, QHostAddress hostAddress, QString domain, QString hostName, quint16 port, QAbstractSocket::NetworkLayerProtocol protocol, QStringList txt, AvahiLookupResultFlags flags) | |
QString | domain() const |
AvahiLookupResultFlags | flags() const |
QHostAddress | hostAddress() const |
QString | hostName() const |
bool | isChached() const |
bool | isLocal() const |
bool | isMulticast() const |
bool | isOurOwn() const |
bool | isValid() const |
bool | isWideArea() const |
QString | name() const |
quint16 | port() const |
QAbstractSocket::NetworkLayerProtocol | protocol() const |
QString | serviceType() const |
QStringList | txt() const |
bool | operator!=(const AvahiServiceEntry & other) const |
bool | operator==(const AvahiServiceEntry & other) const |
Constructs an empty invalid AvahiServiceEntry
Constructs a new AvahiServiceEntry with the given name, serviceType, hostAddress, domain, hostName, port, protocol, txt and flags.
Returns the domain of this AvahiServiceEntry.
Returns the avahi flags of this AvahiServiceEntry.
Returns the host address of this AvahiServiceEntry.
Returns the host name of this AvahiServiceEntry.
Returns true if this AvahiServiceEntry is cached.
Returns true if this AvahiServiceEntry was found local.
Returns true if this AvahiServiceEntry is a multicast service.
Returns true if this AvahiServiceEntry is our own service.
Returns true if this AvahiServiceEntry is valid.
Returns true if this AvahiServiceEntry was found in the wide area.
Returns the name of this AvahiServiceEntry.
Returns the port of this AvahiServiceEntry.
Returns the network protocol of this AvahiServiceEntry.
Returns the service type of this AvahiServiceEntry.
Returns the txt string list of this AvahiServiceEntry.
Returns true if this AvahiServiceEntry is not equal to other; otherwise returns false.
Returns true if this AvahiServiceEntry is equal to other; otherwise returns false.