template <>
class NaturalSyncClientImpl
Defined at line 1147 of file fidling/gen/sdk/fidl/fuchsia.debugger/fuchsia.debugger/cpp/fidl/fuchsia.debugger/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_debugger::Launcher::Launch> Launch (::fidl::Request< ::fuchsia_debugger::Launcher::Launch> request)
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.
::fit::result< ::fidl::OneWayError> GetAgents (::fidl::Request< ::fuchsia_debugger::Launcher::GetAgents> request)
Iterator over all DebugAgent instances.