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