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