template <>
class WireSyncClientImpl
Defined at line 1055 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/cpp/fidl/fuchsia.component.runner/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_runner::TaskProvider>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_component_runner::TaskProvider::GetJob> GetJob ()
Returns a job handle for the component requested.
On success, returns a handle with the same rights as the runner's.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.