template <>

class WireSyncClientImpl

Defined at line 655 of file fidling/gen/src/lib/ddktl/tests/metadata-server-test/fuchsia.hardware.test/fuchsia.hardware.test/cpp/fidl/fuchsia.hardware.test/cpp/wire_messaging.h

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_hardware_test::MetadataSender>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_hardware_test::MetadataSender::SetMetadata> SetMetadata (::fuchsia_hardware_test::wire::Metadata metadata)

Use `ddk::MetadataServer::SetMetadata()` to serve |metadata| to the driver's child devices.

Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.

::fidl::WireResult< ::fuchsia_hardware_test::MetadataSender::ServeMetadata> ServeMetadata (::fuchsia_hardware_test::wire::Metadata metadata)

Allocates 32 bytes of response buffer on the stack. Request is heap-allocated.

::fidl::WireResult< ::fuchsia_hardware_test::MetadataSender::AddMetadataRetrieverDevice> AddMetadataRetrieverDevice (bool expose_metadata)

Add a child device that the metadata_retriever driver can bind to.

Allocates 24 bytes of request buffer on the stack. Response is heap-allocated.

::fidl::WireResult< ::fuchsia_hardware_test::MetadataSender::AddMetadataRetrieverNode> AddMetadataRetrieverNode (bool uses_metadata_fidl_service)

Add a child node that the metadata_retriever driver variants can bind to. The child node

will expose metadata offered by the parent driver.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::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.

Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.

::fidl::WireResult< ::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.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.