class WlanSoftmacBaseQueryResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void WlanSoftmacBaseQueryResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits