class GenericSmeGetClientSmeResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void GenericSmeGetClientSmeResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits