template <>
class WireSyncClientImpl
Defined at line 584 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/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_process_explorer::TaskIterator>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_process_explorer::TaskIterator::GetTasks> GetTasks ()
Intended to be called in a loop to retrieve all tasks.
Will return a task with 0 elements to indicate iterator has been exhausted.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.