template <>

class WireWeakSyncClientImpl

Defined at line 808 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

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.