class ScanResult
Defined at line 546 of file fidling/gen/sdk/fidl/fuchsia.wlan.sme/fuchsia.wlan.sme/cpp/fidl/fuchsia.wlan.sme/cpp/natural_types.h
Public Methods
void ScanResult (Storage_ storage)
void ScanResult (::fuchsia_wlan_sme::Compatibility compatibility, int64_t timestamp_nanos, ::fuchsia_wlan_common::BssDescription bss_description)
void ScanResult ()
Default constructs a |ScanResult| only if all of its members are default constructible.
Defined at line 556 of file fidling/gen/sdk/fidl/fuchsia.wlan.sme/fuchsia.wlan.sme/cpp/fidl/fuchsia.wlan.sme/cpp/natural_types.h
void ScanResult (ScanResult && )
Defined at line 559 of file fidling/gen/sdk/fidl/fuchsia.wlan.sme/fuchsia.wlan.sme/cpp/fidl/fuchsia.wlan.sme/cpp/natural_types.h
void ScanResult (const ScanResult & other)
ScanResult & operator= (ScanResult && )
Defined at line 560 of file fidling/gen/sdk/fidl/fuchsia.wlan.sme/fuchsia.wlan.sme/cpp/fidl/fuchsia.wlan.sme/cpp/natural_types.h
ScanResult & operator= (const ScanResult & other)
bool operator== (const ScanResult & other)
bool operator!= (const ScanResult & other)
const ::fuchsia_wlan_sme::Compatibility & compatibility ()
::fuchsia_wlan_sme::Compatibility & compatibility ()
ScanResult & compatibility (::fuchsia_wlan_sme::Compatibility value)
Setter for compatibility.
int64_t timestamp_nanos ()
int64_t & timestamp_nanos ()
ScanResult & timestamp_nanos (int64_t value)
Setter for timestamp_nanos.
const ::fuchsia_wlan_common::BssDescription & bss_description ()
::fuchsia_wlan_common::BssDescription & bss_description ()
ScanResult & bss_description (::fuchsia_wlan_common::BssDescription value)
Setter for bss_description.
void ScanResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits