class SpiImplRegisterVmoResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void SpiImplRegisterVmoResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits