class WlanFullmacImplInitResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void WlanFullmacImplInitResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits