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