template <>
class WireSyncClientImpl
Defined at line 285 of file fidling/gen/zircon/system/ulib/runtests-utils/test/fidl.test.echo/cpp/fidl/fidl.test.echo/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fidl_test_echo::Echo>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fidl_test_echo::Echo::EchoString> EchoString (::fidl::StringView value)
Request is heap-allocated. Response is heap-allocated.