template <>

class WireSyncBufferClientImpl

Defined at line 4231 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/cpp/fidl/fuchsia.boot/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus PostBootfsFiles (::fidl::VectorView< ::fuchsia_boot::wire::BootfsFileVmo> files)

Posts a set of `BootfsFileVmo` that were used for launching the `userboot.next=` program and are no longer

available in the big BootfsVmo.

Messages will only become available after the `Userboot` protocol client end (userboot's handle)

has been closed.

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

::fidl::OneWayStatus PostStashSvc (::fidl::ServerEnd< ::fuchsia_boot::SvcStash> && stash_svc_endpoint)

Posts `svc_stash` server endpoint. For more information refer to `fuchsia.boot.SvcStash`.

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