template <>

class WireWeakAsyncClientImpl

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

Public Methods

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

Read from the sub-partition

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.

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

Writes to the sub-partition

Allocates 32 bytes of request buffer on the stack. The callback is stored on the heap.

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

Get sub-partition size.

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.

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

Flush all previously buffered data to persistent storage.

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.

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

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

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.