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