class PinImplSetBufferModeResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void PinImplSetBufferModeResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits