template <>

class WireSyncClientImpl

Defined at line 2378 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/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_component::Introspector>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_component::Introspector::GetMoniker> GetMoniker (::zx::event && component_instance)

Obtains the moniker relative to this realm of the component

corresponding to the provided token. Runners may obtain the token via

`fuchsia.component.runner/ComponentStartInfo.component_instance`.

Returns `Error.INSTANCE_NOT_FOUND` if the token is invalid, or

does not correspond to a component under this realm.

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