template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 741 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_types.h
Public Methods
::fuchsia_wlan_common::wire::RateSelectionOffloadExtension Build ()
Build and return the table. The builder should not be used after this.
bool has_supported ()
void clear_supported ()
Clears the supported field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & supported ()
If true, driver orchestrates rate selection; otherwise MLME must do so.
BuilderImpl & supported (bool elem)
If true, driver orchestrates rate selection; otherwise MLME must do so.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_common::wire::RateSelectionOffloadExtension, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_common::wire::RateSelectionOffloadExtension>> && frame)