class UfsPhyInitResult
Defined at line 315 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs.phy/fuchsia.hardware.ufs.phy/cpp/fidl/fuchsia.hardware.ufs.phy/cpp/natural_types.h
Public Methods
void UfsPhyInitResult (UfsPhyInitResult && other)
UfsPhyInitResult & operator= (UfsPhyInitResult && other)
void UfsPhyInitResult (const UfsPhyInitResult & other)
UfsPhyInitResult & operator= (const UfsPhyInitResult & other)
bool operator== (const UfsPhyInitResult & other)
bool operator!= (const UfsPhyInitResult & other)
::fuchsia_hardware_ufs_phy::UfsPhyInitResult::Tag Which ()
UfsPhyInitResult WithResponse (::fuchsia_hardware_ufs_phy::UfsPhyInitResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
UfsPhyInitResult & response (::fuchsia_hardware_ufs_phy::UfsPhyInitResponse value)
Sets the union to hold the response member.
UfsPhyInitResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
UfsPhyInitResult & err (int32_t value)
Sets the union to hold the err member.
UfsPhyInitResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
UfsPhyInitResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void UfsPhyInitResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| kFrameworkErr | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 323 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs.phy/fuchsia.hardware.ufs.phy/cpp/fidl/fuchsia.hardware.ufs.phy/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits