class DriverStartResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

void DriverStartResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

kFrameworkErr 3

0x3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits