class AdminMexecResult

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void AdminMexecResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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