template <>

class WireTableBuilder

Defined at line 739 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 = ::fuchsia_wlan_stats::wire::ConnectionStats, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_wlan_stats::wire::ConnectionStats>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_stats::wire::IfaceStats> & connection_stats (First && first, Args &&... args_)

Stats related to the current connection. May not be set if the client is not connected.

Defined at line 752 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::UnnamedCounter>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_wlan_stats::wire::UnnamedCounter>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_stats::wire::IfaceStats> & driver_specific_counters (First && first, Args &&... args_)

Defined at line 764 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::UnnamedGauge>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_wlan_stats::wire::UnnamedGauge>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_stats::wire::IfaceStats> & driver_specific_gauges (First && first, Args &&... args_)

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

Friends

template <>
class IfaceStats