class GpioReleaseInterruptResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void GpioReleaseInterruptResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits