class UfshciDmeSetResult

Defined at line 157 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs.phy/fuchsia.hardware.ufs.phy/cpp/fidl/fuchsia.hardware.ufs.phy/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

void UfshciDmeSetResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 165 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs.phy/fuchsia.hardware.ufs.phy/cpp/fidl/fuchsia.hardware.ufs.phy/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits