class PinConfigureResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void PinConfigureResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits