class AdminPerformRebootResult
Defined at line 352 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 AdminPerformRebootResult (AdminPerformRebootResult && other)
AdminPerformRebootResult & operator= (AdminPerformRebootResult && other)
void AdminPerformRebootResult (const AdminPerformRebootResult & other)
AdminPerformRebootResult & operator= (const AdminPerformRebootResult & other)
bool operator== (const AdminPerformRebootResult & other)
bool operator!= (const AdminPerformRebootResult & other)
::fuchsia_hardware_power_statecontrol::AdminPerformRebootResult::Tag Which ()
AdminPerformRebootResult WithResponse (::fuchsia_hardware_power_statecontrol::AdminPerformRebootResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
AdminPerformRebootResult & response (::fuchsia_hardware_power_statecontrol::AdminPerformRebootResponse value)
Sets the union to hold the response member.
AdminPerformRebootResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
AdminPerformRebootResult & err (int32_t value)
Sets the union to hold the err member.
void AdminPerformRebootResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 360 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