template <>
class WireSyncBufferClientImpl
Defined at line 2396 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.