template <>
class WireSyncClientImpl
Defined at line 599 of file fidling/gen/sdk/lib/fidl/cpp/tests/integration/fidl.cpp.wire.interop.test/cpp/fidl/fidl.cpp.wire.interop.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_interop_test::Interop>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fidl_cpp_wire_interop_test::Interop::RoundTrip> RoundTrip (::fidl_cpp_wire_interop_test::wire::Node node)
[`RoundTrip`] exercises sending a complex data structure back and forth.
Request is heap-allocated. Response is heap-allocated.
::fidl::WireResult< ::fidl_cpp_wire_interop_test::Interop::TryRoundTrip> TryRoundTrip (::fidl_cpp_wire_interop_test::wire::Node node)
[`TryRoundTrip`] tests API and handling of the error syntax.
Request is heap-allocated. Response is heap-allocated.
::fidl::OneWayStatus OneWay (::fidl_cpp_wire_interop_test::wire::Node node)
[`OneWay`] tests one way calls.
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.