template <>
class WireSyncClientImpl
Defined at line 4208 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/cpp/fidl/fuchsia.boot/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_boot::Userboot>|,
avoiding setting up a client.
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.
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::OneWayStatus PostStashSvc (::fidl::ServerEnd< ::fuchsia_boot::SvcStash> && stash_svc_endpoint)
Posts `svc_stash` server endpoint. For more information refer to `fuchsia.boot.SvcStash`.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.