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