class BootControlSetBootCompleteResult
Defined at line 1380 of file fidling/gen/sdk/fidl/fuchsia.power.system/fuchsia.power.system/cpp/fidl/fuchsia.power.system/cpp/natural_types.h
Public Methods
void BootControlSetBootCompleteResult (BootControlSetBootCompleteResult && other)
BootControlSetBootCompleteResult & operator= (BootControlSetBootCompleteResult && other)
void BootControlSetBootCompleteResult (const BootControlSetBootCompleteResult & other)
BootControlSetBootCompleteResult & operator= (const BootControlSetBootCompleteResult & other)
bool operator== (const BootControlSetBootCompleteResult & other)
bool operator!= (const BootControlSetBootCompleteResult & other)
::fuchsia_power_system::BootControlSetBootCompleteResult::Tag Which ()
BootControlSetBootCompleteResult WithResponse (::fuchsia_power_system::BootControlSetBootCompleteResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
BootControlSetBootCompleteResult & response (::fuchsia_power_system::BootControlSetBootCompleteResponse value)
Sets the union to hold the response member.
BootControlSetBootCompleteResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
BootControlSetBootCompleteResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void BootControlSetBootCompleteResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kFrameworkErr | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 1388 of file fidling/gen/sdk/fidl/fuchsia.power.system/fuchsia.power.system/cpp/fidl/fuchsia.power.system/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits