class LightSetSimpleValueResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void LightSetSimpleValueResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits