template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_wlan_stats::wire::InspectCounterConfig Build ()

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

bool has_counter_id ()
void clear_counter_id ()

Clears the counter_id field.

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

O(number_of_fields) complexity.

uint16_t & counter_id ()

Getter for counter_id.

BuilderImpl & counter_id (uint16_t elem)

Setter for counter_id.

bool has_counter_name ()
void clear_counter_name ()

Clears the counter_name field.

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

O(number_of_fields) complexity.

::fidl::StringView & counter_name ()

Getter for counter_name.

BuilderImpl & counter_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

Setter for counter_name.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_wlan_stats::wire::InspectCounterConfig, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_stats::wire::InspectCounterConfig>> && frame)

Records