template <>
class NaturalSyncClientImpl
Defined at line 109 of file fidling/gen/sdk/lib/fidl/cpp/tests/integration/fidl.cpp.wire.interop.test/cpp/fidl/fidl.cpp.wire.interop.test/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fidl_cpp_wire_interop_test::Interop::RoundTrip> RoundTrip (const ::fidl::Request< ::fidl_cpp_wire_interop_test::Interop::RoundTrip> & request)
[`RoundTrip`] exercises sending a complex data structure back and forth.
::fidl::Result< ::fidl_cpp_wire_interop_test::Interop::TryRoundTrip> TryRoundTrip (const ::fidl::Request< ::fidl_cpp_wire_interop_test::Interop::TryRoundTrip> & request)
[`TryRoundTrip`] tests API and handling of the error syntax.
::fit::result< ::fidl::OneWayError> OneWay (const ::fidl::Request< ::fidl_cpp_wire_interop_test::Interop::OneWay> & request)
[`OneWay`] tests one way calls.