template <>
class WireSyncClientImpl
Defined at line 485 of file fidling/gen/sdk/fidl/fuchsia.fshost/fuchsia.fshost/cpp/fidl/fuchsia.fshost/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_fshost::Admin>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_fshost::Admin::ShredDataVolume> ShredDataVolume ()
Wipes the data volume which will get reinitialised upon next boot. This is not
cryptographically secure; the caller should take care to reset hardware keys.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_fshost::Admin::StorageHostEnabled> StorageHostEnabled ()
Returns whether fshost is configured to use storage-host.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.