template <>
class WireSyncBufferClientImpl
Defined at line 621 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::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus OneWay (::fidl_cpp_wire_interop_test::wire::Node node)
[`OneWay`] tests one way calls.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.