template <>
class NaturalSyncClientImpl
Defined at line 93 of file fidling/gen/sdk/fidl/fuchsia.io.test/fuchsia.io.test/cpp/fidl/fuchsia.io.test/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_io_test::TestHarness::GetConfig> GetConfig ()
Returns the list of properties of the filesystem.
::fidl::Result< ::fuchsia_io_test::TestHarness::OpenServiceDirectory> OpenServiceDirectory ()
Serves a service directory that contains a fuchsia.test.placeholders/Echo instance.
The test harness must have `supports_services` reported in it's config to use this method,
and the service instance should match the discoverable protocol name.
::fit::result< ::fidl::OneWayError> CreateDirectory (::fidl::Request< ::fuchsia_io_test::TestHarness::CreateDirectory> request)
Creates a directory with the given `contents` and opens it with the specified `flags`.