class WlanFullmacImplGetIfaceStatsResult

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

Public Methods

void WlanFullmacImplGetIfaceStatsResult (WlanFullmacImplGetIfaceStatsResult && other)
WlanFullmacImplGetIfaceStatsResult & operator= (WlanFullmacImplGetIfaceStatsResult && other)
void WlanFullmacImplGetIfaceStatsResult (const WlanFullmacImplGetIfaceStatsResult & other)
WlanFullmacImplGetIfaceStatsResult & operator= (const WlanFullmacImplGetIfaceStatsResult & other)
bool operator== (const WlanFullmacImplGetIfaceStatsResult & other)
bool operator!= (const WlanFullmacImplGetIfaceStatsResult & other)
::fuchsia_wlan_fullmac::WlanFullmacImplGetIfaceStatsResult::Tag Which ()
WlanFullmacImplGetIfaceStatsResult WithResponse (::fuchsia_wlan_fullmac::WlanFullmacImplGetIfaceStatsResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
WlanFullmacImplGetIfaceStatsResult & response (::fuchsia_wlan_fullmac::WlanFullmacImplGetIfaceStatsResponse value)

Sets the union to hold the response member.

WlanFullmacImplGetIfaceStatsResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
WlanFullmacImplGetIfaceStatsResult & err (int32_t value)

Sets the union to hold the err member.

void WlanFullmacImplGetIfaceStatsResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits