template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 962 of file fidling/gen/sdk/fidl/fuchsia.power.system/fuchsia.power.system/cpp/fidl/fuchsia.power.system/cpp/wire_types.h
Public Methods
::fuchsia_power_system::wire::CpuElementManagerAddExecutionStateDependencyRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_dependency_token ()
void clear_dependency_token ()
Clears the dependency_token field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::event & dependency_token ()
The assertive dependency token representing the target power element
of the dependency.
Required.
BuilderImpl & dependency_token (::zx::event elem)
The assertive dependency token representing the target power element
of the dependency.
Required.
bool has_power_level ()
void clear_power_level ()
Clears the power_level field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint8_t & power_level ()
The power level of the target power element.
Required.
BuilderImpl & power_level (uint8_t elem)
The power level of the target power element.
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_power_system::wire::CpuElementManagerAddExecutionStateDependencyRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_power_system::wire::CpuElementManagerAddExecutionStateDependencyRequest>> && frame)