template <>
class WireSyncClientImpl
Defined at line 285 of file fidling/gen/examples/drivers/driver_test_realm/sample_driver/fuchsia.hardware.sample/cpp/fidl/fuchsia.hardware.sample/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_hardware_sample::Echo>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_hardware_sample::Echo::EchoString> EchoString (::fidl::StringView value)
Returns the input.
Request is heap-allocated. Response is heap-allocated.