class LightSetGroupRgbValueResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void LightSetGroupRgbValueResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits