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