class HostPublisher
Defined at line 286 of file ../../src/connectivity/network/mdns/service/mdns.h
Abstract base class for client-supplied host publisher.
Public Methods
void ~HostPublisher ()
////////////////////////////////////////////////////////////////////////////
Defined at line 859 of file ../../src/connectivity/network/mdns/service/mdns.cc
void Unpublish ()
Unpublishes the service instance. If this |Publisher| is already
unpublished, this method does nothing.
Defined at line 861 of file ../../src/connectivity/network/mdns/service/mdns.cc
void ReportSuccess (bool success)
Reports whether the publication attempt was successful. Publication can
fail if the service instance is currently being published by another device
on the subnet.
Protected Methods
void HostPublisher ()
Defined at line 300 of file ../../src/connectivity/network/mdns/service/mdns.h
Friends
class Mdns