class IfaceStats

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

Public Methods

void IfaceStats (Storage_ storage)
void IfaceStats ()

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

void IfaceStats (IfaceStats && )

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

void IfaceStats (const IfaceStats & other)
IfaceStats & operator= (IfaceStats && )

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

IfaceStats & operator= (const IfaceStats & other)
bool operator== (const IfaceStats & other)
bool operator!= (const IfaceStats & other)
bool IsEmpty ()
const std::optional< ::fuchsia_wlan_stats::ConnectionStats> & connection_stats ()

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

::std::optional< ::fuchsia_wlan_stats::ConnectionStats> & connection_stats ()

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

IfaceStats & connection_stats (std::optional< ::fuchsia_wlan_stats::ConnectionStats> value)

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

const std::optional< ::std::vector< ::fuchsia_wlan_stats::UnnamedCounter>> & driver_specific_counters ()
::std::optional< ::std::vector< ::fuchsia_wlan_stats::UnnamedCounter>> & driver_specific_counters ()
IfaceStats & driver_specific_counters (std::optional< ::std::vector< ::fuchsia_wlan_stats::UnnamedCounter>> value)

Setter for driver_specific_counters.

const std::optional< ::std::vector< ::fuchsia_wlan_stats::UnnamedGauge>> & driver_specific_gauges ()
::std::optional< ::std::vector< ::fuchsia_wlan_stats::UnnamedGauge>> & driver_specific_gauges ()
IfaceStats & driver_specific_gauges (std::optional< ::std::vector< ::fuchsia_wlan_stats::UnnamedGauge>> value)

Setter for driver_specific_gauges.

void IfaceStats (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits