class UfsReadFlagResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void UfsReadFlagResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits