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