class UfsReadAttributeResult
Defined at line 1400 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs/fuchsia.hardware.ufs/cpp/fidl/fuchsia.hardware.ufs/cpp/natural_types.h
Public Methods
void UfsReadAttributeResult (UfsReadAttributeResult && other)
UfsReadAttributeResult & operator= (UfsReadAttributeResult && other)
void UfsReadAttributeResult (const UfsReadAttributeResult & other)
UfsReadAttributeResult & operator= (const UfsReadAttributeResult & other)
bool operator== (const UfsReadAttributeResult & other)
bool operator!= (const UfsReadAttributeResult & other)
::fuchsia_hardware_ufs::UfsReadAttributeResult::Tag Which ()
UfsReadAttributeResult WithResponse (::fuchsia_hardware_ufs::UfsReadAttributeResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
UfsReadAttributeResult & response (::fuchsia_hardware_ufs::UfsReadAttributeResponse value)
Sets the union to hold the response member.
UfsReadAttributeResult WithErr (::fuchsia_hardware_ufs::QueryErrorCode val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
UfsReadAttributeResult & err (::fuchsia_hardware_ufs::QueryErrorCode value)
Sets the union to hold the err member.
void UfsReadAttributeResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 1408 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs/fuchsia.hardware.ufs/cpp/fidl/fuchsia.hardware.ufs/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits