class WlanFullmacImplQueryResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void WlanFullmacImplQueryResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits