class DeviceGetNormalizedSampleResult

Defined at line 289 of file fidling/gen/sdk/fidl/fuchsia.hardware.adc/fuchsia.hardware.adc/cpp/fidl/fuchsia.hardware.adc/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DeviceGetNormalizedSampleResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 297 of file fidling/gen/sdk/fidl/fuchsia.hardware.adc/fuchsia.hardware.adc/cpp/fidl/fuchsia.hardware.adc/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits