template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 663 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::IfaceStats Build ()
Build and return the table. The builder should not be used after this.
bool has_connection_stats ()
void clear_connection_stats ()
Clears the connection_stats field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_wlan_stats::wire::ConnectionStats & connection_stats ()
Stats related to the current connection. May not be set if the client is not connected.
BuilderImpl & connection_stats (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_wlan_stats::wire::ConnectionStats>> elem)
Stats related to the current connection. May not be set if the client is not connected.
bool has_driver_specific_counters ()
void clear_driver_specific_counters ()
Clears the driver_specific_counters field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_wlan_stats::wire::UnnamedCounter> & driver_specific_counters ()
Getter for driver_specific_counters.
BuilderImpl & driver_specific_counters (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_wlan_stats::wire::UnnamedCounter>>> elem)
Setter for driver_specific_counters.
bool has_driver_specific_gauges ()
void clear_driver_specific_gauges ()
Clears the driver_specific_gauges field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_wlan_stats::wire::UnnamedGauge> & driver_specific_gauges ()
Getter for driver_specific_gauges.
BuilderImpl & driver_specific_gauges (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_wlan_stats::wire::UnnamedGauge>>> elem)
Setter for driver_specific_gauges.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_stats::wire::IfaceStats, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_stats::wire::IfaceStats>> && frame)