template <>
class NaturalClientImpl
Defined at line 1419 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/cpp/fidl/fuchsia.boot/cpp/natural_messaging.h
Public Methods
::fit::result< ::fidl::OneWayError> PostBootfsFiles (::fidl::Request< ::fuchsia_boot::Userboot::PostBootfsFiles> request)
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.
::fit::result< ::fidl::OneWayError> PostStashSvc (::fidl::Request< ::fuchsia_boot::Userboot::PostStashSvc> request)
Posts `svc_stash` server endpoint. For more information refer to `fuchsia.boot.SvcStash`.