template <>

class WireSyncClientImpl

Defined at line 856 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/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_examples::EchoLauncher>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_examples::EchoLauncher::GetEcho> GetEcho (::fidl::StringView echo_prefix)

Allocates 88 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::OneWayStatus GetEchoPipelined (::fidl::StringView echo_prefix, ::fidl::ServerEnd< ::fuchsia_examples::Echo> && request)

Allocates 88 bytes of message buffer on the stack. No heap allocation necessary.