class LeaseControlWatchStatusResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the framework_err member.

void LeaseControlWatchStatusResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kFrameworkErr 3

0x3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits