template <>
class WireSyncClientImpl
Defined at line 307 of file fidling/gen/sdk/fidl/fuchsia.storage.partitions/fuchsia.storage.partitions/cpp/fidl/fuchsia.storage.partitions/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_partitions::Partition>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_storage_partitions::Partition::UpdateMetadata> UpdateMetadata (::fuchsia_storage_partitions::wire::PartitionUpdateMetadataRequest PartitionUpdateMetadataRequest)
Appends an update to `transaction` (see `PartitionManager.CreateTransaction`)
to modify the partition's metadata. The update is only applied once the transaction
is committed.
Allocates 112 bytes of message buffer on the stack. No heap allocation necessary.