template <>
class WireSyncClientImpl
Defined at line 418 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::Echo>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_examples::Echo::EchoString> EchoString (::fidl::StringView value)
Allocates 128 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus SendString (::fidl::StringView value)
Allocates 80 bytes of message buffer on the stack. No heap allocation necessary.