class LightSetRgbValueResult
Defined at line 1561 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h
Public Methods
void LightSetRgbValueResult (LightSetRgbValueResult && other)
LightSetRgbValueResult & operator= (LightSetRgbValueResult && other)
void LightSetRgbValueResult (const LightSetRgbValueResult & other)
LightSetRgbValueResult & operator= (const LightSetRgbValueResult & other)
bool operator== (const LightSetRgbValueResult & other)
bool operator!= (const LightSetRgbValueResult & other)
::fuchsia_hardware_light::LightSetRgbValueResult::Tag Which ()
LightSetRgbValueResult WithResponse (::fuchsia_hardware_light::LightSetRgbValueResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
LightSetRgbValueResult & response (::fuchsia_hardware_light::LightSetRgbValueResponse value)
Sets the union to hold the response member.
LightSetRgbValueResult WithErr (::fuchsia_hardware_light::LightError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
LightSetRgbValueResult & err (::fuchsia_hardware_light::LightError value)
Sets the union to hold the err member.
void LightSetRgbValueResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 1571 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits