template <>
class WireSyncBufferClientImpl
Defined at line 3209 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus GetAgents (::fidl::ServerEnd< ::fuchsia_debugger::AgentIterator> && iterator)
Iterator over all DebugAgent instances.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.