class TelemetryGetSignalReportResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void TelemetryGetSignalReportResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits