class ManagerRestartWithDictionaryResult

Defined at line 1318 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/natural_types.h

Public Methods

void ManagerRestartWithDictionaryResult (ManagerRestartWithDictionaryResult && other)
ManagerRestartWithDictionaryResult & operator= (ManagerRestartWithDictionaryResult && other)
::fuchsia_driver_development::ManagerRestartWithDictionaryResult::Tag Which ()
ManagerRestartWithDictionaryResult WithResponse (::fuchsia_driver_development::ManagerRestartWithDictionaryResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ManagerRestartWithDictionaryResult & response (::fuchsia_driver_development::ManagerRestartWithDictionaryResponse value)

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ManagerRestartWithDictionaryResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

TODO: share union tag types between wire

&

natural.

Defined at line 1328 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits