template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2068 of file fidling/gen/sdk/fidl/fuchsia.wlan.phyimpl/fuchsia.wlan.phyimpl/cpp/fidl/fuchsia.wlan.phyimpl/cpp/wire_types.h

Public Methods

::fuchsia_wlan_phyimpl::wire::WlanPhyImplSetTxPowerScenarioRequest Build ()

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

bool has_scenario ()
void clear_scenario ()

Clears the scenario field.

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

O(number_of_fields) complexity.

::fuchsia_wlan_phyimpl::wire::TxPowerScenario & scenario ()

Getter for scenario.

BuilderImpl & scenario (::fuchsia_wlan_phyimpl::wire::TxPowerScenario elem)

Setter for scenario.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_wlan_phyimpl::wire::WlanPhyImplSetTxPowerScenarioRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_phyimpl::wire::WlanPhyImplSetTxPowerScenarioRequest>> && frame)

Records