template <>
class WireWeakAsyncClientImpl
Defined at line 3850 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::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 24 bytes of request buffer on the stack. The callback is stored on the heap.