template <>
class WireSyncClientImpl
Defined at line 468 of file fidling/gen/sdk/fidl/fuchsia.storage.ftl/fuchsia.storage.ftl/cpp/fidl/fuchsia.storage.ftl/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_storage_ftl::Configuration>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_storage_ftl::Configuration::Get> Get ()
Get the current configuration.
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.
::fidl::WireResult< ::fuchsia_storage_ftl::Configuration::Set> Set (::fuchsia_storage_ftl::wire::ConfigurationOptions ConfigurationOptions)
Set the current configuration.
Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.