class WlanFullmacImplSetMacAddressResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void WlanFullmacImplSetMacAddressResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits