class WlanSoftmacBaseStartPassiveScanResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void WlanSoftmacBaseStartPassiveScanResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits