class ClientSmeSetMacAddressResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ClientSmeSetMacAddressResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits