template <>
class WireSyncClientImpl
Defined at line 916 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/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_inspect::TreeNameIterator>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_inspect::TreeNameIterator::GetNext> GetNext ()
Get the next batch of names.
Returns an empty vector and closes the channel when no more names are present.
Implementors may eagerly close the channel after sending the last batch.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.