class GenericSmeGetApSmeResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void GenericSmeGetApSmeResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits