template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 549 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::DiscoverySupport Build ()

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

bool has_scan_offload ()
void clear_scan_offload ()

Clears the scan_offload field.

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

O(number_of_fields) complexity.

::fuchsia_wlan_common::wire::ScanOffloadExtension & scan_offload ()

Getter for scan_offload.

BuilderImpl & scan_offload (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_wlan_common::wire::ScanOffloadExtension>> elem)

Setter for scan_offload.

bool has_probe_response_offload ()
void clear_probe_response_offload ()

Clears the probe_response_offload field.

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

O(number_of_fields) complexity.

::fuchsia_wlan_common::wire::ProbeResponseOffloadExtension & probe_response_offload ()

Getter for probe_response_offload.

BuilderImpl & probe_response_offload (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_wlan_common::wire::ProbeResponseOffloadExtension>> elem)

Setter for probe_response_offload.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_wlan_common::wire::DiscoverySupport, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_common::wire::DiscoverySupport>> && frame)

Records