class GpioConfigureInterruptResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void GpioConfigureInterruptResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits