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