class ScanRequest
Defined at line 815 of file fidling/gen/sdk/fidl/fuchsia.wlan.sme/fuchsia.wlan.sme/cpp/fidl/fuchsia.wlan.sme/cpp/natural_types.h
Public Methods
void ScanRequest (ScanRequest && other)
ScanRequest & operator= (ScanRequest && other)
void ScanRequest (const ScanRequest & other)
ScanRequest & operator= (const ScanRequest & other)
bool operator== (const ScanRequest & other)
bool operator!= (const ScanRequest & other)
::fuchsia_wlan_sme::ScanRequest::Tag Which ()
ScanRequest WithActive (::fuchsia_wlan_sme::ActiveScanRequest val)
const ::fidl::internal::UnionMemberView<1, Storage_> active ()
::fidl::internal::UnionMemberView<1, Storage_> active ()
ScanRequest & active (::fuchsia_wlan_sme::ActiveScanRequest value)
Sets the union to hold the active member.
ScanRequest WithPassive (::fuchsia_wlan_sme::PassiveScanRequest val)
const ::fidl::internal::UnionMemberView<2, Storage_> passive ()
::fidl::internal::UnionMemberView<2, Storage_> passive ()
ScanRequest & passive (::fuchsia_wlan_sme::PassiveScanRequest value)
Sets the union to hold the passive member.
void ScanRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kActive | 1 |
| kPassive | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 825 of file fidling/gen/sdk/fidl/fuchsia.wlan.sme/fuchsia.wlan.sme/cpp/fidl/fuchsia.wlan.sme/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits