template <>
class WireSyncClientImpl
Defined at line 651 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::ProcessInfoIterator>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_debugger::ProcessInfoIterator::GetNext> GetNext ()
Collects information about the next attached thread. There is no
guarantee of order of processes, but all threads from a given process
will be iterated before another process's threads.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.