template <>

class WireWeakAsyncClientImpl

Defined at line 1947 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

Public Methods

::fidl::internal::WireThenable< ::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. The callback is stored on the heap.

::fidl::internal::WireThenable< ::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. The callback is stored on the heap.