template <>
class WireSyncBufferClientImpl
Defined at line 9934 of file fidling/gen/sdk/fidl/fuchsia.paver/fuchsia.paver/cpp/fidl/fuchsia.paver/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_paver::Sysconfig::Read> Read ()
Read from the sub-partition
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_paver::Sysconfig::Write> Write (::fuchsia_mem::wire::Buffer && payload)
Writes to the sub-partition
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_paver::Sysconfig::GetPartitionSize> GetPartitionSize ()
Get sub-partition size.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_paver::Sysconfig::Flush> Flush ()
Flush all previously buffered data to persistent storage.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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 via an argument to `.buffer()`.