class WlanSoftmacBaseSetChannelResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void WlanSoftmacBaseSetChannelResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits