class SdmmcRequestResult

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

Public Methods

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

Sets the union to hold the response member.

SdmmcRequestResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
SdmmcRequestResult & err (int32_t value)

Sets the union to hold the err member.

void SdmmcRequestResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits