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