class WlanFullmacImplGetSignalReportResult

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

Public Methods

void WlanFullmacImplGetSignalReportResult (WlanFullmacImplGetSignalReportResult && other)
WlanFullmacImplGetSignalReportResult & operator= (WlanFullmacImplGetSignalReportResult && other)
void WlanFullmacImplGetSignalReportResult (const WlanFullmacImplGetSignalReportResult & other)
WlanFullmacImplGetSignalReportResult & operator= (const WlanFullmacImplGetSignalReportResult & other)
bool operator== (const WlanFullmacImplGetSignalReportResult & other)
bool operator!= (const WlanFullmacImplGetSignalReportResult & other)
::fuchsia_wlan_fullmac::WlanFullmacImplGetSignalReportResult::Tag Which ()
WlanFullmacImplGetSignalReportResult WithResponse (::fuchsia_wlan_stats::SignalReport val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
WlanFullmacImplGetSignalReportResult & response (::fuchsia_wlan_stats::SignalReport value)

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void WlanFullmacImplGetSignalReportResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits