template <>

class WireSyncClientImpl

Defined at line 283 of file fidling/gen/sdk/fidl/fuchsia.driver.metadata/fuchsia.driver.metadata/cpp/fidl/fuchsia.driver.metadata/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_driver_metadata::Metadata>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_driver_metadata::Metadata::GetPersistedMetadata> GetPersistedMetadata ()

Retrieve the persisted metadata provided by the server. Returns ZX_ERR_NOT_FOUND if the

server does not have metadata to provide.

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