template <>
class WireSyncClientImpl
Defined at line 1630 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::MetadataRetriever>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_hardware_test::MetadataRetriever::GetMetadata> GetMetadata ()
Use `ddk::GetMetadata()` to retrieve metadata from its parent driver and return it.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_hardware_test::MetadataRetriever::GetMetadataIfExists> GetMetadataIfExists ()
Use `ddk::GetMetadataIfExists()` to retrieve metadata from its parent driver and return it.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.