class InspectCounterConfig
Defined at line 1078 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h
Config to associate a driver-specific counter ID with a counter name that is
to be used in Inspect.
Public Methods
void InspectCounterConfig (Storage_ storage)
void InspectCounterConfig ()
Defined at line 1084 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h
void InspectCounterConfig (InspectCounterConfig && )
Defined at line 1085 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h
void InspectCounterConfig (const InspectCounterConfig & other)
InspectCounterConfig & operator= (InspectCounterConfig && )
Defined at line 1086 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h
InspectCounterConfig & operator= (const InspectCounterConfig & other)
bool operator== (const InspectCounterConfig & other)
bool operator!= (const InspectCounterConfig & other)
bool IsEmpty ()
const std::optional<uint16_t> & counter_id ()
::std::optional<uint16_t> & counter_id ()
InspectCounterConfig & counter_id (std::optional<uint16_t> value)
Setter for counter_id.
const std::optional< ::std::string> & counter_name ()
::std::optional< ::std::string> & counter_name ()
InspectCounterConfig & counter_name (std::optional< ::std::string> value)
Setter for counter_name.
void InspectCounterConfig (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits