class GpioGetInterruptResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void GpioGetInterruptResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits