class WlanSoftmacBaseInstallKeyResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void WlanSoftmacBaseInstallKeyResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits