class PublicationResponder
Defined at line 6851 of file fidling/gen/sdk/fidl/fuchsia.net.mdns/fuchsia.net.mdns/hlcpp/fuchsia/net/mdns/cpp/fidl.h
Client-supplied publication responder interface.
Public Methods
void ~PublicationResponder ()
void OnPublication (::fuchsia::net::mdns::PublicationCause publication_cause, ::fidl::StringPtr subtype, ::std::vector< ::fuchsia::net::IpAddress> source_addresses, OnPublicationCallback callback)
Provides instance information for initial announcements and query
responses relating to the service instance specified in
`ServiceInstancePublisher.PublishServiceInstance`. If the publication relates to a
subtype of the service, `subtype` contains the subtype, otherwise
it is null. If `publication` is null, no announcement or response is
transmitted. Strings in `text` are transmitted in the TXT record.