class AntennaId
Defined at line 156 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h
Identifier for antenna.
Public Methods
void AntennaId (Storage_ storage)
void AntennaId (::fuchsia_wlan_stats::AntennaFreq freq, uint8_t index)
void AntennaId ()
Default constructs a |AntennaId| only if all of its members are default constructible.
Defined at line 167 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h
void AntennaId (AntennaId && )
Defined at line 170 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h
void AntennaId (const AntennaId & other)
AntennaId & operator= (AntennaId && )
Defined at line 171 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h
AntennaId & operator= (const AntennaId & other)
bool operator== (const AntennaId & other)
bool operator!= (const AntennaId & other)
::fuchsia_wlan_stats::AntennaFreq freq ()
::fuchsia_wlan_stats::AntennaFreq & freq ()
AntennaId & freq (::fuchsia_wlan_stats::AntennaFreq value)
Setter for freq.
uint8_t index ()
0 indexed antenna number of freq.
uint8_t & index ()
0 indexed antenna number of freq.
AntennaId & index (uint8_t value)
0 indexed antenna number of freq.
void AntennaId (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits