template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_wlan_softmac::wire::ScanOffloadExtension 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 scans; otherwise MLME must do so.

BuilderImpl & supported (bool elem)

If true, driver orchestrates scans; otherwise MLME must do so.

bool has_scan_cancel_supported ()
void clear_scan_cancel_supported ()

Clears the scan_cancel_supported field.

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

O(number_of_fields) complexity.

bool & scan_cancel_supported ()

Getter for scan_cancel_supported.

BuilderImpl & scan_cancel_supported (bool elem)

Setter for scan_cancel_supported.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_wlan_softmac::wire::ScanOffloadExtension, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::ScanOffloadExtension>> && frame)

Records