class AdminRebootToRecoveryResult

Defined at line 556 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 AdminRebootToRecoveryResult (AdminRebootToRecoveryResult && other)
AdminRebootToRecoveryResult & operator= (AdminRebootToRecoveryResult && other)
void AdminRebootToRecoveryResult (const AdminRebootToRecoveryResult & other)
AdminRebootToRecoveryResult & operator= (const AdminRebootToRecoveryResult & other)
bool operator== (const AdminRebootToRecoveryResult & other)
bool operator!= (const AdminRebootToRecoveryResult & other)
::fuchsia_hardware_power_statecontrol::AdminRebootToRecoveryResult::Tag Which ()
AdminRebootToRecoveryResult WithResponse (::fuchsia_hardware_power_statecontrol::AdminRebootToRecoveryResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
AdminRebootToRecoveryResult & response (::fuchsia_hardware_power_statecontrol::AdminRebootToRecoveryResponse value)

Sets the union to hold the response member.

AdminRebootToRecoveryResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
AdminRebootToRecoveryResult & err (int32_t value)

Sets the union to hold the err member.

void AdminRebootToRecoveryResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 564 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