class IfaceStats
Defined at line 1116 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
void IfaceStats ()
void IfaceStats (IfaceStats && other)
const ::fuchsia::wlan::stats::ConnectionStats & connection_stats ()
Stats related to the current connection. May not be set if the client is not connected.
Defined at line 1123 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
bool has_connection_stats ()
Defined at line 1127 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
::fuchsia::wlan::stats::ConnectionStats * mutable_connection_stats ()
Stats related to the current connection. May not be set if the client is not connected.
Defined at line 1132 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
void clear_connection_stats ()
Defined at line 1140 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
const ::std::vector< ::fuchsia::wlan::stats::UnnamedCounter> & driver_specific_counters ()
Defined at line 1148 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
bool has_driver_specific_counters ()
Defined at line 1152 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
::std::vector< ::fuchsia::wlan::stats::UnnamedCounter> * mutable_driver_specific_counters ()
Defined at line 1156 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
void clear_driver_specific_counters ()
Defined at line 1164 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
const ::std::vector< ::fuchsia::wlan::stats::UnnamedGauge> & driver_specific_gauges ()
Defined at line 1172 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
bool has_driver_specific_gauges ()
Defined at line 1176 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
::std::vector< ::fuchsia::wlan::stats::UnnamedGauge> * mutable_driver_specific_gauges ()
Defined at line 1180 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
void clear_driver_specific_gauges ()
Defined at line 1188 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
IfaceStats & set_connection_stats (::fuchsia::wlan::stats::ConnectionStats _value)
IfaceStats & set_driver_specific_counters (::std::vector< ::fuchsia::wlan::stats::UnnamedCounter> _value)
IfaceStats & set_driver_specific_gauges (::std::vector< ::fuchsia::wlan::stats::UnnamedGauge> _value)
void ~IfaceStats ()
IfaceStats & operator= (IfaceStats && other)
::std::unique_ptr<IfaceStats> New ()
void Encode (::fidl::Encoder *_encoder,size_t_offset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,IfaceStats *_value,size_t_offset)
zx_status_t Clone (IfaceStats * _result)