class UfsWriteAttributeResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void UfsWriteAttributeResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits