template <>

class WireWeakSyncClientImpl

Defined at line 11523 of file fidling/gen/sdk/fidl/fuchsia.paver/fuchsia.paver/cpp/fidl/fuchsia.paver/cpp/wire_messaging.h

Public Methods

::fidl::WireResult< ::fuchsia_paver::Sysconfig::Read> Read ()

Read from the sub-partition

Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_paver::Sysconfig::Write> Write (::fuchsia_mem::wire::Buffer && payload)

Writes to the sub-partition

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_paver::Sysconfig::GetPartitionSize> GetPartitionSize ()

Get sub-partition size.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_paver::Sysconfig::Flush> Flush ()

Flush all previously buffered data to persistent storage.

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_paver::Sysconfig::Wipe> Wipe ()

Wipe all data in the sub-partition (write 0 to all bytes).

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.