template <>
class WireSyncClientImpl
Defined at line 5774 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/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_component::StorageIterator>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_component::StorageIterator::Next> Next ()
Retrieve the next set of components using the storage capability. The
returned monikers are relative to the component that declares the
storage capability. Returns an empty vector after all components have
been returned.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.