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