class BootControllerNotifyResult

Defined at line 5587 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the framework_err member.

void BootControllerNotifyResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 5597 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits