template <>
class WireSyncClientImpl
Defined at line 361 of file fidling/gen/sdk/lib/fidl/cpp/tests/integration/fidl.cpp.wire.bindinggroup.test/cpp/fidl/fidl.cpp.wire.bindinggroup.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_cpp_wire_bindinggroup_test::Testable>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fidl_cpp_wire_bindinggroup_test::Testable::Echo> Echo (::fidl::StringView str)
Echos a string.
Request is heap-allocated. Response is heap-allocated.
::fidl::OneWayStatus Terminate ()
Causes the other end to close and execute its close handler.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.