class DeviceGetStateAbsoluteResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DeviceGetStateAbsoluteResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits