class HostPublisher
Defined at line 211 of file ../../src/connectivity/network/mdns/service/mdns.h
Abstract base class for client-supplied host publisher.
Public Methods
void ~HostPublisher ()
////////////////////////////////////////////////////////////////////////////
Defined at line 854 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 856 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 225 of file ../../src/connectivity/network/mdns/service/mdns.h
Friends
class Mdns