template <>
class WireSyncClientImpl
Defined at line 237 of file fidling/gen/sdk/fidl/fuchsia.fs/fuchsia.fs/cpp/fidl/fuchsia.fs/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_fs::Admin>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_fs::Admin::Shutdown> Shutdown ()
Shuts down the filesystem. Once the filesystem receives the shutdown request, it will
complete any active requests before terminating, but will not respond to new requests. This
call blocks until all open connections to the filesystem are terminated and any underlying
block devices or other owned channels are released, then it responds to this request and
closes this channel.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.