template <>
class WireWeakAsyncBufferClientImpl
Defined at line 3875 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::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.