template <>
class WireTableBuilder
Defined at line 2122 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::ConnectionSignalReport, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_wlan_stats::wire::ConnectionSignalReport>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_stats::wire::SignalReport> & connection_signal_report (First && first, Args &&... args_)
Signal report related to the current connection.
May not be set if the client is not connected.
Defined at line 2136 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h
Friends
template <>
class SignalReport