template <>
class WireSyncBufferClientImpl
Defined at line 1592 of file fidling/gen/sdk/fidl/fuchsia.component.runtime/fuchsia.component.runtime/cpp/fidl/fuchsia.component.runtime/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_component_runtime::DictionaryRouter::Route> Route (::fuchsia_component_runtime::wire::RouteRequest request, ::zx::eventpair && instance_token, ::zx::eventpair && handle)
Attempts to produce a `Dictionary` capability from this
`DictionaryRouter`.
`request` contains context for this route, and `instance_token`
references the component that the routing operation is being performed
for.
This will return:
- `SUCCESS` if `handle` has been associated with a connector.
- `UNAVAILABLE` if the capability is unavailable, in which case `handle`
will be closed.
- An error, if the operation failed.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.