template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 152 of file fidling/gen/sdk/fidl/fuchsia.hardware.power.suspend/fuchsia.hardware.power.suspend/cpp/fidl/fuchsia.hardware.power.suspend/cpp/wire_types.h

Public Methods

::fuchsia_hardware_power_suspend::wire::SuspendState Build ()

Build and return the table. The builder should not be used after this.

bool has_resume_latency ()
void clear_resume_latency ()

Clears the resume_latency field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

int64_t & resume_latency ()

The amount of time taken for the system to resume from this

suspend state.

BuilderImpl & resume_latency (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)

The amount of time taken for the system to resume from this

suspend state.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_power_suspend::wire::SuspendState, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_power_suspend::wire::SuspendState>> && frame)

Records