template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 248 of file fidling/gen/sdk/fidl/fuchsia.hardware.power.statecontrol/fuchsia.hardware.power.statecontrol/cpp/fidl/fuchsia.hardware.power.statecontrol/cpp/wire_types.h
Public Methods
::fuchsia_hardware_power_statecontrol::wire::RebootOptions Build ()
Build and return the table. The builder should not be used after this.
bool has_reasons ()
void clear_reasons ()
Clears the reasons field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_hardware_power_statecontrol::wire::RebootReason2> & reasons ()
The set of reboot reasons that are responsible for this reboot request.
BuilderImpl & reasons (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_power_statecontrol::wire::RebootReason2>>> elem)
The set of reboot reasons that are responsible for this reboot request.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_power_statecontrol::wire::RebootOptions, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_power_statecontrol::wire::RebootOptions>> && frame)