template <>
class WireSyncClientImpl
Defined at line 3529 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::SvcStash>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Store (::fidl::ServerEnd< ::fuchsia_io::Directory> && svc_endpoint)
Store a svc_endpoint in the stash. Stored endpoints will remain in transit,
since there might not be a server side implementation. The server end
is retrieved by |SvcStashProvider/Get|.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.