template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1475 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::WlanPhyImplSetPowerSaveModeRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_ps_mode ()
void clear_ps_mode ()
Clears the ps_mode field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_wlan_common::wire::PowerSaveType & ps_mode ()
This field is required.
BuilderImpl & ps_mode (::fuchsia_wlan_common::wire::PowerSaveType elem)
This field is required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_phyimpl::wire::WlanPhyImplSetPowerSaveModeRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_phyimpl::wire::WlanPhyImplSetPowerSaveModeRequest>> && frame)