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