template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2051 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::SecuritySupport Build ()

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

bool has_sae ()
void clear_sae ()

Clears the sae field.

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

O(number_of_fields) complexity.

::fuchsia_wlan_common::wire::SaeFeature & sae ()

Getter for sae.

BuilderImpl & sae (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_wlan_common::wire::SaeFeature>> elem)

Setter for sae.

bool has_mfp ()
void clear_mfp ()

Clears the mfp field.

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

O(number_of_fields) complexity.

::fuchsia_wlan_common::wire::MfpFeature & mfp ()

Getter for mfp.

BuilderImpl & mfp (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_wlan_common::wire::MfpFeature>> elem)

Setter for mfp.

bool has_owe ()
void clear_owe ()

Clears the owe field.

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

O(number_of_fields) complexity.

::fuchsia_wlan_common::wire::OweFeature & owe ()

Getter for owe.

BuilderImpl & owe (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_wlan_common::wire::OweFeature>> elem)

Setter for owe.

Protected Methods

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

Records