template <>
class WireSyncClientImpl
Defined at line 9897 of file fidling/gen/sdk/fidl/fuchsia.paver/fuchsia.paver/cpp/fidl/fuchsia.paver/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_paver::Sysconfig>|,
avoiding setting up a client.
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.