template <>

class WireSyncBufferClientImpl

Defined at line 3055 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_pkg::BlobInfoIterator::Next> Next ()

Responds with the next chunk of [`BlobInfo`]s. When the iterator is

exhausted, responds with an empty vector and closes the connection.

- response `blobs` the next chunk of [`BlobInfo`]s.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.