class SuspendBlockerBeforeSuspendResult

Defined at line 257 of file fidling/gen/sdk/fidl/fuchsia.power.system/fuchsia.power.system/cpp/fidl/fuchsia.power.system/cpp/natural_types.h

Public Methods

void SuspendBlockerBeforeSuspendResult (SuspendBlockerBeforeSuspendResult && other)
SuspendBlockerBeforeSuspendResult & operator= (SuspendBlockerBeforeSuspendResult && other)
void SuspendBlockerBeforeSuspendResult (const SuspendBlockerBeforeSuspendResult & other)
SuspendBlockerBeforeSuspendResult & operator= (const SuspendBlockerBeforeSuspendResult & other)
bool operator== (const SuspendBlockerBeforeSuspendResult & other)
bool operator!= (const SuspendBlockerBeforeSuspendResult & other)
::fuchsia_power_system::SuspendBlockerBeforeSuspendResult::Tag Which ()
SuspendBlockerBeforeSuspendResult WithResponse (::fuchsia_power_system::SuspendBlockerBeforeSuspendResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
SuspendBlockerBeforeSuspendResult & response (::fuchsia_power_system::SuspendBlockerBeforeSuspendResponse value)

Sets the union to hold the response member.

SuspendBlockerBeforeSuspendResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
SuspendBlockerBeforeSuspendResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void SuspendBlockerBeforeSuspendResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 265 of file fidling/gen/sdk/fidl/fuchsia.power.system/fuchsia.power.system/cpp/fidl/fuchsia.power.system/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits