template <>

class WireWeakAsyncBufferClientImpl

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

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_paver::Sysconfig::Read> Read ()

Read from the sub-partition

Caller provides the backing storage for FIDL message.

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

Writes to the sub-partition

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_paver::Sysconfig::GetPartitionSize> GetPartitionSize ()

Get sub-partition size.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_paver::Sysconfig::Flush> Flush ()

Flush all previously buffered data to persistent storage.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_paver::Sysconfig::Wipe> Wipe ()

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

Caller provides the backing storage for FIDL message.