class WlanSoftmacBaseNotifyAssociationCompleteResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void WlanSoftmacBaseNotifyAssociationCompleteResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits