template <>
class WireSyncBufferClientImpl
Defined at line 7696 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.