template <>

class WireSyncClientImpl

Defined at line 290 of file fidling/gen/sdk/fidl/fuchsia.developer.console/fuchsia.developer.console/cpp/fidl/fuchsia.developer.console/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_developer_console::Launcher>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_developer_console::Launcher::Launch> Launch (::fuchsia_developer_console::wire::LaunchOptions LaunchOptions)

Launches a process providing it the namespace available to the developer

console.

Returns when the launched process exits, informing its return code.

Allocates 40 bytes of response buffer on the stack. Request is heap-allocated.