class DebugConnectGpioResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DebugConnectGpioResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits