class LightGetGroupCurrentRgbValueResult

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

Public Methods

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

Sets the union to hold the response member.

LightGetGroupCurrentRgbValueResult WithErr (::fuchsia_hardware_light::LightError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
LightGetGroupCurrentRgbValueResult & err (::fuchsia_hardware_light::LightError value)

Sets the union to hold the err member.

void LightGetGroupCurrentRgbValueResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits