template <>
class WireSyncBufferClientImpl
Defined at line 490 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_net_name::Lookup::LookupIp> LookupIp (::fidl::StringView hostname, ::fuchsia_net_name::wire::LookupIpOptions options)
Lookup a list of IP addresses by hostname.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_net_name::Lookup::LookupHostname> LookupHostname (::fuchsia_net::wire::IpAddress addr)
Look up a hostname by IP address.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.