template <>

class WireTableBuilder

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

Public Methods

template <typename First = ::fidl::VectorView<::fuchsia_wlan_stats::wire::InspectCounterConfig>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_wlan_stats::wire::InspectCounterConfig>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_stats::wire::TelemetrySupport> & inspect_counter_configs (First && first, Args &&... args_)

Specifies counters that should be logged into Inspect time series

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

template <typename First = ::fidl::VectorView<::fuchsia_wlan_stats::wire::InspectGaugeConfig>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_wlan_stats::wire::InspectGaugeConfig>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_stats::wire::TelemetrySupport> & inspect_gauge_configs (First && first, Args &&... args_)

Specifies gauges that should be logged into Inspect time series

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

Friends

template <>
class TelemetrySupport