template <>

class WireSyncClientImpl

Defined at line 2677 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::BlobIdIterator>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_pkg::BlobIdIterator::Next> Next ()

Responds with the next chunk of blob IDs. When the iterator is

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

- response `blobs` the next chunk of blob IDs.

Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.