class HostNameSubscriber
Defined at line 6499 of file fidling/gen/sdk/fidl/fuchsia.net.mdns/fuchsia.net.mdns/hlcpp/fuchsia/net/mdns/cpp/fidl.h
Discoverable protocol for subscribing to address changes for given host names.
Public Members
static const char[] Name_
Public Methods
void ~HostNameSubscriber ()
void SubscribeToHostName (::std::string host, ::fuchsia::net::mdns::HostNameSubscriptionOptions options, ::fidl::InterfaceHandle< ::fuchsia::net::mdns::HostNameSubscriptionListener> listener)
Gets the addresses for the specified host.
+ request `host` the simple name of the host.
+ request `options` options to be applied to the subscription.
+ request `listener` client end of the `HostNameSubscriptionListener` channel.