template <>

class WireSyncClientImpl

Defined at line 366 of file fidling/gen/sdk/lib/component/tests/fidl.service.test/cpp/fidl/fidl.service.test/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_service_test::Echo>|,

avoiding setting up a client.

Public Methods

::fidl::OneWayStatus Clone (::fidl::ServerEnd< ::fuchsia_unknown::Cloneable> && request)

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

::fidl::WireResult< ::fidl_service_test::Echo::EchoString> EchoString (::fidl::StringView value)

Request is heap-allocated. Response is heap-allocated.