template <>
class WireSyncClientImpl
Defined at line 474 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_net_name::Lookup>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_net_name::Lookup::LookupIp> LookupIp (::fidl::StringView hostname, ::fuchsia_net_name::wire::LookupIpOptions options)
Lookup a list of IP addresses by hostname.
Allocates 336 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_net_name::Lookup::LookupHostname> LookupHostname (::fuchsia_net::wire::IpAddress addr)
Look up a hostname by IP address.
Allocates 352 bytes of message buffer on the stack. No heap allocation necessary.