class WlanSoftmacBaseJoinBssResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void WlanSoftmacBaseJoinBssResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits