class LightGetGroupCurrentSimpleValueResult

Defined at line 1879 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h

Public Methods

void LightGetGroupCurrentSimpleValueResult (LightGetGroupCurrentSimpleValueResult && other)
LightGetGroupCurrentSimpleValueResult & operator= (LightGetGroupCurrentSimpleValueResult && other)
void LightGetGroupCurrentSimpleValueResult (const LightGetGroupCurrentSimpleValueResult & other)
LightGetGroupCurrentSimpleValueResult & operator= (const LightGetGroupCurrentSimpleValueResult & other)
bool operator== (const LightGetGroupCurrentSimpleValueResult & other)
bool operator!= (const LightGetGroupCurrentSimpleValueResult & other)
::fuchsia_hardware_light::LightGetGroupCurrentSimpleValueResult::Tag Which ()
LightGetGroupCurrentSimpleValueResult WithResponse (::fuchsia_hardware_light::LightGetGroupCurrentSimpleValueResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
LightGetGroupCurrentSimpleValueResult & response (::fuchsia_hardware_light::LightGetGroupCurrentSimpleValueResponse value)

Sets the union to hold the response member.

LightGetGroupCurrentSimpleValueResult WithErr (::fuchsia_hardware_light::LightError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
LightGetGroupCurrentSimpleValueResult & err (::fuchsia_hardware_light::LightError value)

Sets the union to hold the err member.

void LightGetGroupCurrentSimpleValueResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 1889 of file fidling/gen/sdk/fidl/fuchsia.hardware.light/fuchsia.hardware.light/cpp/fidl/fuchsia.hardware.light/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits