template <>
class WireSyncClientImpl
Defined at line 7680 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/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_pkg::RepositoryIterator>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_pkg::RepositoryIterator::Next> Next ()
Advances the iterator and returns the next batch of repositories.
- response `repos` a vector of `RepositoryConfig` repositories.
Will return an empty vector when there are no more repositories.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.