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