class DeviceGetInterruptResult

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

Public Methods

void DeviceGetInterruptResult (DeviceGetInterruptResult && other)
DeviceGetInterruptResult & operator= (DeviceGetInterruptResult && other)
::fuchsia_hardware_sdhci::DeviceGetInterruptResult::Tag Which ()
DeviceGetInterruptResult WithResponse (::fuchsia_hardware_sdhci::DeviceGetInterruptResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DeviceGetInterruptResult & response (::fuchsia_hardware_sdhci::DeviceGetInterruptResponse value)

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DeviceGetInterruptResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits