class InspectCounterConfig
Defined at line 878 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
Config to associate a driver-specific counter ID with a counter name that is
to be used in Inspect.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const uint16_t & counter_id ()
Defined at line 884 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
bool has_counter_id ()
Defined at line 888 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
uint16_t * mutable_counter_id ()
Defined at line 892 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
void clear_counter_id ()
Defined at line 900 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
const ::std::string & counter_name ()
Defined at line 908 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
bool has_counter_name ()
Defined at line 912 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
::std::string * mutable_counter_name ()
Defined at line 916 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
void clear_counter_name ()
Defined at line 924 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
InspectCounterConfig & set_counter_id (uint16_t _value)
InspectCounterConfig & set_counter_name (::std::string _value)
void InspectCounterConfig ()
void InspectCounterConfig (InspectCounterConfig && other)
void ~InspectCounterConfig ()
InspectCounterConfig & operator= (InspectCounterConfig && other)
::std::unique_ptr<InspectCounterConfig> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, InspectCounterConfig * _value, size_t _offset)
zx_status_t Clone (InspectCounterConfig * _result)