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