template <>
class WireSyncBufferClientImpl
Defined at line 446 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_pkg::RetainedPackages::Clear> Clear ()
Atomically clear the retained package set, releasing any previously
retained packages.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_pkg::RetainedPackages::Replace> Replace (::fidl::ClientEnd< ::fuchsia_pkg::BlobIdIterator> && iterator)
Atomically replace the retained package set with the [package hashes](
https://fuchsia.dev/fuchsia-src/concepts/packages/package_url#package-hash)
provided by the given iterator.
Duplicate IDs provided will be merged and processed as a single one.
+ request `iterator` an iterator of package blob IDs that should be
retained.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.