class UfsRequestResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void UfsRequestResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits