template <>

class WireSyncClientImpl

Defined at line 3187 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/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_debugger::Launcher>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_debugger::Launcher::Launch> Launch (::fidl::ServerEnd< ::fuchsia_debugger::DebugAgent> && agent)

Launch a new instance of DebugAgent listening on |agent|. The DebugAgent

will exit upon closing the corresponding client_end of this channel.

Clients must not close the channel until the debugging session is

completed.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::OneWayStatus GetAgents (::fidl::ServerEnd< ::fuchsia_debugger::AgentIterator> && iterator)

Iterator over all DebugAgent instances.

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.