class UfsReadDescriptorResult

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

Public Methods

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

Sets the union to hold the response member.

UfsReadDescriptorResult WithErr (::fuchsia_hardware_ufs::QueryErrorCode val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
UfsReadDescriptorResult & err (::fuchsia_hardware_ufs::QueryErrorCode value)

Sets the union to hold the err member.

void UfsReadDescriptorResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits