template <>

class WireSyncClientImpl

Defined at line 949 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::RetainedBlobs>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_pkg::RetainedBlobs::Clear> Clear ()

Atomically clear the retained blob set, releasing any previously

retained blobs.

Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_pkg::RetainedBlobs::Replace> Replace (::fidl::ClientEnd< ::fuchsia_pkg::BlobIdIterator> && iterator)

Atomically replace the retained blob set with the blob hashes

provided by the given iterator.

Duplicate IDs provided will be merged and processed as a single one.

+ request `iterator` an iterator of blob IDs that should be

retained.

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.