template <>
class NaturalSyncClientImpl
Defined at line 141 of file fidling/gen/src/lib/ddktl/tests/metadata-server-test/fuchsia.hardware.test/fuchsia.hardware.test/cpp/fidl/fuchsia.hardware.test/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_hardware_test::MetadataSender::ServeMetadata> ServeMetadata (const ::fidl::Request< ::fuchsia_hardware_test::MetadataSender::ServeMetadata> & request)
::fidl::Result< ::fuchsia_hardware_test::MetadataSender::SetMetadata> SetMetadata (const ::fidl::Request< ::fuchsia_hardware_test::MetadataSender::SetMetadata> & request)
Use `ddk::MetadataServer::SetMetadata()` to serve |metadata| to the driver's child devices.
::fidl::Result< ::fuchsia_hardware_test::MetadataSender::AddMetadataRetrieverNode> AddMetadataRetrieverNode (const ::fidl::Request< ::fuchsia_hardware_test::MetadataSender::AddMetadataRetrieverNode> & request)
Add a child node that the metadata_retriever driver variants can bind to. The child node
will expose metadata offered by the parent driver.
::fidl::Result< ::fuchsia_hardware_test::MetadataSender::AddMetadataRetrieverDevice> AddMetadataRetrieverDevice (const ::fidl::Request< ::fuchsia_hardware_test::MetadataSender::AddMetadataRetrieverDevice> & request)
Add a child device that the metadata_retriever driver can bind to.
::fidl::Result< ::fuchsia_hardware_test::MetadataSender::AddMetadataForwarderNode> AddMetadataForwarderNode ()
Add a child node that the metadata_forwarder driver can bind to. The child node will expose
metadata offered by the parent driver.
::fidl::Result< ::fuchsia_hardware_test::MetadataSender::AddMetadataForwarderDevice> AddMetadataForwarderDevice ()
Add a child device that the metadata_forwarder driver can bind to. The parent driver will
expose its metadata to this child device.